AccessibilityEvent.Action Property

Definition

Caution

This maps to incorrect type. Use GetAction() and SetAction() until we fix the API

Gets the performed action that triggered this event.

[System.Obsolete("This maps to incorrect type. Use GetAction() and SetAction() until we fix the API")]
public Android.AccessibilityServices.GlobalAction Action { get; set; }
[<System.Obsolete("This maps to incorrect type. Use GetAction() and SetAction() until we fix the API")>]
member this.Action : Android.AccessibilityServices.GlobalAction with get, set

Property Value

Attributes

Exceptions

If called from an AccessibilityService.

If called from an AccessibilityService.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also