Android.Views.Accessibility.AccessibilityEvent Members

The members of Android.Views.Accessibility.AccessibilityEvent are listed below.

See Also: Inherited members from Android.Views.Accessibility.AccessibilityRecord

Public Fields

const
ContentChangeTypeContentDescriptionContentChangeTypes (4). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The node's content description changed.
const
ContentChangeTypeSubtreeContentChangeTypes (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
ContentChangeTypeTextContentChangeTypes (2). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The node's text changed.
const
ContentChangeTypeUndefinedContentChangeTypes (0). Change type for AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event: The type of change is not defined.
const
InvalidPositionint (-1). Invalid selection/focus position.
const
MaxTextLengthint (500). Maximum length of the text fields.

Public Properties

ActionAndroid.AccessibilityServices.GlobalAction. Gets the performed action that triggered this event.
override
AddedCountint. Documentation for this section has not yet been entered.
override
BeforeTextFormattedJava.Lang.ICharSequence. Documentation for this section has not yet been entered.
override
Checkedbool. Documentation for this section has not yet been entered.
override
ClassNameFormattedJava.Lang.ICharSequence. Documentation for this section has not yet been entered.
ContentChangeTypesContentChangeTypes. Gets the bit mask of change types signaled by an AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED event.
override
ContentDescriptionFormattedJava.Lang.ICharSequence. Documentation for this section has not yet been entered.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
override
CurrentItemIndexint. Documentation for this section has not yet been entered.
override
Enabledbool. Documentation for this section has not yet been entered.
EventTimelong. Gets the time in which this event was sent.
EventTypeEventTypes. Gets the event type.
override
FromIndexint. Documentation for this section has not yet been entered.
override
FullScreenbool. Documentation for this section has not yet been entered.
override
ItemCountint. Documentation for this section has not yet been entered.
MovementGranularityMovementGranularity. Gets the movement granularity that was traversed.
PackageNamestring. Documentation for this section has not yet been entered.
PackageNameFormattedJava.Lang.ICharSequence. Gets the package name of the source.
override
ParcelableDataAndroid.OS.IParcelable. Documentation for this section has not yet been entered.
override
Passwordbool. Documentation for this section has not yet been entered.
[read-only]
RecordCountint. Gets the number of records contained in the event.
override
RemovedCountint. Documentation for this section has not yet been entered.
[read-only]
override
TextIList<Java.Lang.ICharSequence>. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.