Notification.BigPictureStyle.SetBigContentTitle Method

Definition

Overloads

SetBigContentTitle(ICharSequence)

Overrides ContentTitle in the big form of the template.

SetBigContentTitle(String)

Overrides ContentTitle in the big form of the template.

SetBigContentTitle(ICharSequence)

Overrides ContentTitle in the big form of the template.

[Android.Runtime.Register("setBigContentTitle", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;", "GetSetBigContentTitle_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.BigPictureStyle SetBigContentTitle (Java.Lang.ICharSequence? title);
[<Android.Runtime.Register("setBigContentTitle", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;", "GetSetBigContentTitle_Ljava_lang_CharSequence_Handler")>]
abstract member SetBigContentTitle : Java.Lang.ICharSequence -> Android.App.Notification.BigPictureStyle
override this.SetBigContentTitle : Java.Lang.ICharSequence -> Android.App.Notification.BigPictureStyle

Parameters

title
ICharSequence

Title string to use for overriding the ContentTitle.

Returns

Attributes

Remarks

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

SetBigContentTitle(String)

Overrides ContentTitle in the big form of the template.

public Android.App.Notification.BigPictureStyle SetBigContentTitle (string? title);
member this.SetBigContentTitle : string -> Android.App.Notification.BigPictureStyle

Parameters

title
String

Title string to use for overriding the ContentTitle.

Returns

Remarks

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