UsbAccessory.Uri Property

Definition

Returns the URI for the accessory.

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

Property Value

the accessory URI, or null if not set

Attributes

Remarks

Returns the URI for the accessory. This is an optional URI that might show information about the accessory or provide the option to download an application for the accessory

Java documentation for android.hardware.usb.UsbAccessory.getUri().

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