UsbAccessory.Uri Property
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 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.