AccessibilityEvent.ContentChangeTypeDragStarted フィールド

定義

注意事項

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

イベントの種類の #TYPE_WINDOW_CONTENT_CHANGED 変更: アクセシビリティが有効になっている間にドラッグが開始されました。

[Android.Runtime.Register("CONTENT_CHANGE_TYPE_DRAG_STARTED", ApiSince=32)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.", true)]
public const Android.Views.Accessibility.ContentChangeTypes ContentChangeTypeDragStarted = 128;
[<Android.Runtime.Register("CONTENT_CHANGE_TYPE_DRAG_STARTED", ApiSince=32)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.ContentChangeTypes enum directly instead of this field.", true)>]
val mutable ContentChangeTypeDragStarted : Android.Views.Accessibility.ContentChangeTypes

フィールド値

Value = 128

実装

属性

注釈

イベントの種類の #TYPE_WINDOW_CONTENT_CHANGED 変更: アクセシビリティが有効になっている間にドラッグが開始されました。 これは、AccessibilityAction またはタッチ イベントを介して行われます。 これは、ドラッグを開始したソースから送信されます。

android.view.accessibility.AccessibilityEvent.CONTENT_CHANGE_TYPE_DRAG_STARTEDJava ドキュメント。

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

適用対象