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
| Name | Description |
|---|---|
| SetContentDescription(ICharSequence) |
Set the content description of the big picture. |
| SetContentDescription(String) |
Set the content description of the big picture. |
SetContentDescription(ICharSequence)
Set the content description of the big picture.
[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
CharSequence: This value may be null.
Returns
This Android.App.Notification.BigPictureStyle instance, allowing calls to be chained.
- Attributes
Remarks
Set the content description of the big picture.
Android reference for android.app.Notification.BigPictureStyle.setContentDescription.
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
SetContentDescription(String)
Set the content description of the big picture.
public Android.App.Notification.BigPictureStyle SetContentDescription(string? contentDescription);
member this.SetContentDescription : string -> Android.App.Notification.BigPictureStyle
Parameters
- contentDescription
- String
CharSequence: This value may be null.
Returns
This Android.App.Notification.BigPictureStyle instance, allowing calls to be chained.
Remarks
Set the content description of the big picture.
Android reference for android.app.Notification.BigPictureStyle.setContentDescription.
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.