AccessibilityServiceInfo.CapabilityToString 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 capability.
[Android.Runtime.Register("capabilityToString", "(I)Ljava/lang/String;", "")]
public static string? CapabilityToString (Android.AccessibilityServices.AccessibilityServiceCapabilities capability);
[<Android.Runtime.Register("capabilityToString", "(I)Ljava/lang/String;", "")>]
static member CapabilityToString : Android.AccessibilityServices.AccessibilityServiceCapabilities -> string
Parameters
- capability
- AccessibilityServiceCapabilities
The capability.
Returns
The string representation.
- Attributes
Remarks
Returns the string representation of a capability. For example, #CAPABILITY_CAN_RETRIEVE_WINDOW_CONTENT
is represented by the string CAPABILITY_CAN_RETRIEVE_WINDOW_CONTENT.
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.