Notification.InboxStyle.AddLine Method

Definition

Overloads

AddLine(ICharSequence)

Append a line to the digest section of the Inbox notification.

AddLine(String)

Append a line to the digest section of the Inbox notification.

AddLine(ICharSequence)

Append a line to the digest section of the Inbox notification.

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

Parameters

cs
ICharSequence

The line of text to add.

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

AddLine(String)

Append a line to the digest section of the Inbox notification.

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

Parameters

cs
String

The line of text to append.

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