Language

Notification.InboxStyle.AddLine Method

Definition

Overloads

Name Description
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

CharSequence

Returns

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

Attributes

Remarks

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

Android reference for android.app.Notification.InboxStyle.addLine.

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

CharSequence

Returns

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

Remarks

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

Android reference for android.app.Notification.InboxStyle.addLine.

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