Notification.Style.InternalSetSummaryText Method

Definition

Overloads

InternalSetSummaryText(ICharSequence)

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

InternalSetSummaryText(String)

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

InternalSetSummaryText(ICharSequence)

Set the first line of text after the detail section in the big 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

The line of text to use.

Attributes

Remarks

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

Java documentation for android.app.Notification.Style.internalSetSummaryText(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

InternalSetSummaryText(String)

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

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

Parameters

cs
String

The line of text to use.

Remarks

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

Java documentation for android.app.Notification.Style.internalSetSummaryText(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