UsbAccessory.Description Property

Definition

Returns a user visible description of the accessory.

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

Property Value

the accessory description, or null if not set

Attributes

Remarks

Returns a user visible description of the accessory.

Java documentation for android.hardware.usb.UsbAccessory.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