MediaRoute2Info.Builder.SetDescription 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.
Overloads
| Name | Description |
|---|---|
| SetDescription(ICharSequence) |
Sets the user-visible description of the route. |
| SetDescription(String) |
SetDescription(ICharSequence)
Sets the user-visible description of the route.
[Android.Runtime.Register("setDescription", "(Ljava/lang/CharSequence;)Landroid/media/MediaRoute2Info$Builder;", "", ApiSince=30)]
public Android.Media.MediaRoute2Info.Builder SetDescription(Java.Lang.ICharSequence? description);
[<Android.Runtime.Register("setDescription", "(Ljava/lang/CharSequence;)Landroid/media/MediaRoute2Info$Builder;", "", ApiSince=30)>]
member this.SetDescription : Java.Lang.ICharSequence -> Android.Media.MediaRoute2Info.Builder
Parameters
- description
- ICharSequence
Returns
- Attributes
Remarks
Sets the user-visible description of the route.
Android reference for android.media.MediaRoute2Info.Builder.setDescription.
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
SetDescription(String)
public Android.Media.MediaRoute2Info.Builder SetDescription(string? description);
member this.SetDescription : string -> Android.Media.MediaRoute2Info.Builder
Parameters
- description
- String