AccessibilityServiceInfo.FlagToString(AccessibilityServiceFlags) Method

Definition

Returns the string representation of a flag.

[Android.Runtime.Register("flagToString", "(I)Ljava/lang/String;", "")]
public static string? FlagToString (Android.AccessibilityServices.AccessibilityServiceFlags flag);
[<Android.Runtime.Register("flagToString", "(I)Ljava/lang/String;", "")>]
static member FlagToString : Android.AccessibilityServices.AccessibilityServiceFlags -> string

Parameters

flag
AccessibilityServiceFlags

The flag.

Returns

The string representation.

Attributes

Remarks

Returns the string representation of a flag. For example, #DEFAULT is represented by the string DEFAULT.

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.flagToString(int).

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