AccessibilityService.OnSystemActionsChanged Method

Definition

This is called when the system action list is changed.

[Android.Runtime.Register("onSystemActionsChanged", "()V", "GetOnSystemActionsChangedHandler", ApiSince=30)]
public virtual void OnSystemActionsChanged ();
[<Android.Runtime.Register("onSystemActionsChanged", "()V", "GetOnSystemActionsChangedHandler", ApiSince=30)>]
abstract member OnSystemActionsChanged : unit -> unit
override this.OnSystemActionsChanged : unit -> unit
Attributes

Remarks

This is called when the system action list is changed.

Java documentation for android.accessibilityservice.AccessibilityService.onSystemActionsChanged().

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