MediaRoute2Info.Builder.SetIconUri(Uri) Method
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.
Sets the URI of the icon representing this route.
[Android.Runtime.Register("setIconUri", "(Landroid/net/Uri;)Landroid/media/MediaRoute2Info$Builder;", "", ApiSince=30)]
public Android.Media.MediaRoute2Info.Builder SetIconUri(Android.Net.Uri? iconUri);
[<Android.Runtime.Register("setIconUri", "(Landroid/net/Uri;)Landroid/media/MediaRoute2Info$Builder;", "", ApiSince=30)>]
member this.SetIconUri : Android.Net.Uri -> Android.Media.MediaRoute2Info.Builder
Parameters
- iconUri
- Uri
Returns
- Attributes
Remarks
Sets the URI of the icon representing this route. This icon will be used in picker UIs if available.
Android reference for android.media.MediaRoute2Info.Builder.setIconUri.
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.