Language

Notification.Style.InternalSetSummaryText Method

Definition

Overloads

Name Description
InternalSetSummaryText(ICharSequence)

Set the first line of text after the detail section in the expanded form of the template.

InternalSetSummaryText(String)

Set the first line of text after the detail section in the expanded form of the template.

InternalSetSummaryText(ICharSequence)

Set the first line of text after the detail section in the expanded form of the template.

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

Parameters

cs
ICharSequence

CharSequence

Attributes

Remarks

Set the first line of text after the detail section in the expanded form of the template.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

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

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

InternalSetSummaryText(String)

Set the first line of text after the detail section in the expanded form of the template.

protected void InternalSetSummaryText(string? cs);
member this.InternalSetSummaryText : string -> unit

Parameters

cs
String

CharSequence

Remarks

Set the first line of text after the detail section in the expanded form of the template.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

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

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