Android.Views.Accessibility.AccessibilityEvent: Method Members

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

Public Methods

AppendRecord(AccessibilityRecord)
Appends an Android.Views.Accessibility.AccessibilityRecord to the end of event records.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
EventTypeToString(EventTypes) : string
Returns the string representation of an event type.
GetRecord(int) : AccessibilityRecord
Gets the record at a given index.
InitFromParcel(Android.OS.Parcel)
Creates a new instance from a Android.OS.Parcel.
static
Obtain() : AccessibilityEvent
Returns a cached instance if such is available or a new one is instantiated.
static
Obtain(AccessibilityEvent) : AccessibilityEvent
Returns a cached instance if such is available or a new one is created.
static
Obtain(EventTypes) : AccessibilityEvent
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.