The members of Android.Views.Accessibility.AccessibilityEvent are listed below.
See Also: Inherited members from Android.Views.Accessibility.AccessibilityRecord
const | ContentChangeTypeContentDescription | ContentChangeTypes (4). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The node's content description changed. |
const | ContentChangeTypeSubtree | ContentChangeTypes (1). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: A node in the subtree rooted at the source node was added or removed. |
const | ContentChangeTypeText | ContentChangeTypes (2). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The node's text changed. |
const | ContentChangeTypeUndefined | ContentChangeTypes (0). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The type of change is not defined. |
const | InvalidPosition | int (-1). Invalid selection/focus position. |
const | MaxTextLength | int (500). Maximum length of the text fields. |
Action | Android.AccessibilityServices.GlobalAction. Gets the performed action that triggered this event. | |
override | AddedCount | int. Documentation for this section has not yet been entered. |
override | BeforeTextFormatted | Java.Lang.ICharSequence. Documentation for this section has not yet been entered. |
override | Checked | bool. Documentation for this section has not yet been entered. |
override | ClassNameFormatted | Java.Lang.ICharSequence. Documentation for this section has not yet been entered. |
ContentChangeTypes | ContentChangeTypes. Gets the bit mask of change types signaled by an AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event. | |
override | ContentDescriptionFormatted | Java.Lang.ICharSequence. Documentation for this section has not yet been entered. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
override | CurrentItemIndex | int. Documentation for this section has not yet been entered. |
override | Enabled | bool. Documentation for this section has not yet been entered. |
EventTime | long. Gets the time in which this event was sent. | |
EventType | EventTypes. Gets the event type. | |
override | FromIndex | int. Documentation for this section has not yet been entered. |
override | FullScreen | bool. Documentation for this section has not yet been entered. |
override | ItemCount | int. Documentation for this section has not yet been entered. |
MovementGranularity | MovementGranularity. Gets the movement granularity that was traversed. | |
PackageName | string. Documentation for this section has not yet been entered. | |
PackageNameFormatted | Java.Lang.ICharSequence. Gets the package name of the source. | |
override | ParcelableData | Android.OS.IParcelable. Documentation for this section has not yet been entered. |
override | Password | bool. Documentation for this section has not yet been entered. |
[read-only] | RecordCount | int. Gets the number of records contained in the event. |
override | RemovedCount | int. Documentation for this section has not yet been entered. |
[read-only] override | Text | IList<Java.Lang.ICharSequence>. Documentation for this section has not yet been entered. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AppendRecord(AccessibilityRecord)Appends an Android.Views.Accessibility.AccessibilityRecord to the end of event records. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
static | EventTypeToString(EventTypes)Returns the string representation of an event type. | |
GetRecord(int)Gets the record at a given index. | ||
InitFromParcel(Android.OS.Parcel)Creates a new instance from a Android.OS.Parcel. | ||
static | Obtain()Returns a cached instance if such is available or a new one is instantiated. | |
static | Obtain(AccessibilityEvent)Returns a cached instance if such is available or a new one is created. | |
static | Obtain(EventTypes)Returns a cached instance if such is available or a new one is instantiated with its type property set. | |
override | Recycle()Recycles an instance back to be reused. | |
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |