Notification.InboxStyle.SetSummaryText Method

Definition

Overloads

SetSummaryText(ICharSequence)

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

SetSummaryText(String)

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

SetSummaryText(ICharSequence)

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

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

Parameters

cs
ICharSequence

The line of text to use.

Returns

Attributes

Remarks

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

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

Parameters

cs
String

The line of text to use.

Returns

Remarks

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