AccessibilityEvent.TypeViewTargetedByScroll Field

Definition

Caution

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

Represents the event of a scroll having completed and brought the target node on screen.

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

Field Value

Value = 67108864

Implements

Attributes

Remarks

Represents the event of a scroll having completed and brought the target node on screen.

Java documentation for android.view.accessibility.AccessibilityEvent.TYPE_VIEW_TARGETED_BY_SCROLL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to