Language

ClassifiableContent.Uri Property

Definition

Returns the Uri associated with this content.

public Android.Net.Uri? Uri { [Android.Runtime.Register("getUri", "()Landroid/net/Uri;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getUri", "()Landroid/net/Uri;", "", ApiSince=37)>]
member this.Uri : Android.Net.Uri

Property Value

Uri

the content Uri, or null if this content is not associated with a Uri

Attributes

Applies to