Notification.Style.InternalSetBigContentTitle Method

Definition

Overloads

InternalSetBigContentTitle(ICharSequence)

Overrides ContentTitle in the big form of the template.

InternalSetBigContentTitle(String)

Overrides ContentTitle in the big form of the template.

InternalSetBigContentTitle(ICharSequence)

Overrides ContentTitle in the big form of the template.

[Android.Runtime.Register("internalSetBigContentTitle", "(Ljava/lang/CharSequence;)V", "GetInternalSetBigContentTitle_Ljava_lang_CharSequence_Handler")]
protected virtual void InternalSetBigContentTitle (Java.Lang.ICharSequence? title);
[<Android.Runtime.Register("internalSetBigContentTitle", "(Ljava/lang/CharSequence;)V", "GetInternalSetBigContentTitle_Ljava_lang_CharSequence_Handler")>]
abstract member InternalSetBigContentTitle : Java.Lang.ICharSequence -> unit
override this.InternalSetBigContentTitle : Java.Lang.ICharSequence -> unit

Parameters

title
ICharSequence

Title string to use for overriding the ContentTitle.

Attributes

Remarks

Overrides ContentTitle in the big form of the template. This defaults to the value passed to setContentTitle().

Java documentation for android.app.Notification.Style.internalSetBigContentTitle(java.lang.CharSequence).

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

InternalSetBigContentTitle(String)

Overrides ContentTitle in the big form of the template.

protected void InternalSetBigContentTitle (string? title);
member this.InternalSetBigContentTitle : string -> unit

Parameters

title
String

Title string to use for overriding the ContentTitle.

Remarks

Overrides ContentTitle in the big form of the template. This defaults to the value passed to setContentTitle().

Java documentation for android.app.Notification.Style.internalSetBigContentTitle(java.lang.CharSequence).

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