Android.Views.Accessibility.AccessibilityEvent.Action Property
Gets the performed action that triggered this event.

Syntax

[get: Android.Runtime.Register("getAction", "()I", "GetGetActionHandler")]
[set: Android.Runtime.Register("setAction", "(I)V", "GetSetAction_IHandler")]
public Android.AccessibilityServices.GlobalAction Action { get; set; }

See Also

AccessibilityNodeInfo.PerformAction(Action)

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16