AccessibilityServiceInfo.Description Property

Definition

Caution

deprecated

Gets the non-localized description of the accessibility service.

[System.Obsolete("deprecated")]
public virtual string? Description { [Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "GetGetDescriptionHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getDescription", "()Ljava/lang/String;", "GetGetDescriptionHandler")>]
member this.Description : string

Property Value

String

The description.

Attributes

Remarks

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.getDescription().

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