The methods of Android.Views.Accessibility.AccessibilityEvent are listed below. For a list of all members, see the AccessibilityEvent Members list.
See Also: Inherited members from Android.Views.Accessibility.AccessibilityRecord
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. |