WallpaperDescription.Builder.SetContextDescription 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
SetContextDescription(ICharSequence)
[Android.Runtime.Register("setContextDescription", "(Ljava/lang/CharSequence;)Landroid/app/wallpaper/WallpaperDescription$Builder;", "", ApiSince=36)]
public Android.App.Wallpaper.WallpaperDescription.Builder SetContextDescription(Java.Lang.ICharSequence? contextDescription);
[<Android.Runtime.Register("setContextDescription", "(Ljava/lang/CharSequence;)Landroid/app/wallpaper/WallpaperDescription$Builder;", "", ApiSince=36)>]
member this.SetContextDescription : Java.Lang.ICharSequence -> Android.App.Wallpaper.WallpaperDescription.Builder
Parameters
- contextDescription
- ICharSequence
Returns
- Attributes
Applies to
SetContextDescription(String)
public Android.App.Wallpaper.WallpaperDescription.Builder SetContextDescription(string? contextDescription);
member this.SetContextDescription : string -> Android.App.Wallpaper.WallpaperDescription.Builder
Parameters
- contextDescription
- String