HapticFeedbackConstants.DragStart フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.

ユーザーがドラッグ アンド ドロップ ジェスチャを開始しました。

[Android.Runtime.Register("DRAG_START", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)]
public const Android.Views.FeedbackConstants DragStart = 25;
[<Android.Runtime.Register("DRAG_START", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)>]
val mutable DragStart : Android.Views.FeedbackConstants

フィールド値

Value = 25
属性

注釈

ユーザーがドラッグ アンド ドロップ ジェスチャを開始しました。 ドラッグ 先が "選択" されました。

の Java ドキュメント android.view.HapticFeedbackConstants.DRAG_START

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象