AccessibilityServiceInfo.FlagToString(AccessibilityServiceFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.