MediaRoute2Info.IconUri Property

Definition

Gets the URI of the icon representing this route.

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

Property Value

Uri

The URI of the icon representing this route, or null if none.

Attributes

Remarks

Gets the URI of the icon representing this route.

This icon will be used in picker UIs if available.

Java documentation for android.media.MediaRoute2Info.getIconUri().

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