Language

Notification.Style.InternalSetBigContentTitle Method

Definition

Overloads

Name Description
InternalSetBigContentTitle(ICharSequence)

Overrides ContentTitle in the expanded form of the template.

InternalSetBigContentTitle(String)

Overrides ContentTitle in the expanded form of the template.

InternalSetBigContentTitle(ICharSequence)

Overrides ContentTitle in the expanded 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

CharSequence

Attributes

Remarks

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

Android reference for android.app.Notification.Style.internalSetBigContentTitle.

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 expanded form of the template.

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

Parameters

title
String

CharSequence

Remarks

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

Android reference for android.app.Notification.Style.internalSetBigContentTitle.

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