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

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.BigPictureStyle SetSummaryText (string? cs);
member this.SetSummaryText : string -> Android.App.Notification.BigPictureStyle

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