Language

Notification.BigTextStyle.SetSummaryText Method

Definition

Overloads

Name Description
SetSummaryText(ICharSequence)

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

SetSummaryText(String)

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

SetSummaryText(ICharSequence)

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

[Android.Runtime.Register("setSummaryText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigTextStyle;", "GetSetSummaryText_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.BigTextStyle? SetSummaryText(Java.Lang.ICharSequence? cs);
[<Android.Runtime.Register("setSummaryText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigTextStyle;", "GetSetSummaryText_Ljava_lang_CharSequence_Handler")>]
abstract member SetSummaryText : Java.Lang.ICharSequence -> Android.App.Notification.BigTextStyle
override this.SetSummaryText : Java.Lang.ICharSequence -> Android.App.Notification.BigTextStyle

Parameters

cs
ICharSequence

CharSequence

Returns

This Android.App.Notification.BigTextStyle instance, allowing calls to be chained.

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.BigTextStyle.setSummaryText.

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

SetSummaryText(String)

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

public Android.App.Notification.BigTextStyle? SetSummaryText(string? cs);
member this.SetSummaryText : string -> Android.App.Notification.BigTextStyle

Parameters

cs
String

CharSequence

Returns

This Android.App.Notification.BigTextStyle instance, allowing calls to be chained.

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.BigTextStyle.setSummaryText.

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