Notification.BigPictureStyle.SetContentDescription 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
SetContentDescription(ICharSequence) | |
SetContentDescription(String) |
SetContentDescription(ICharSequence)
[Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;", "GetSetContentDescription_Ljava_lang_CharSequence_Handler", ApiSince=31)]
public virtual Android.App.Notification.BigPictureStyle SetContentDescription (Java.Lang.ICharSequence? contentDescription);
[<Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;", "GetSetContentDescription_Ljava_lang_CharSequence_Handler", ApiSince=31)>]
abstract member SetContentDescription : Java.Lang.ICharSequence -> Android.App.Notification.BigPictureStyle
override this.SetContentDescription : Java.Lang.ICharSequence -> Android.App.Notification.BigPictureStyle
Parameters
- contentDescription
- ICharSequence
Returns
- Attributes
Applies to
SetContentDescription(String)
public Android.App.Notification.BigPictureStyle SetContentDescription (string? contentDescription);
member this.SetContentDescription : string -> Android.App.Notification.BigPictureStyle
Parameters
- contentDescription
- String