MediaRoute2Info.IconUri 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.
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
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.