Language

Notification.BigTextStyle.BigText Method

Definition

Overloads

Name Description
BigText(ICharSequence)

Provide the longer text to be displayed in the expanded form of the template in place of the content text.

BigText(String)

Provide the longer text to be displayed in the expanded form of the template in place of the content text.

BigText(ICharSequence)

Provide the longer text to be displayed in the expanded form of the template in place of the content text.

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

Parameters

cs
ICharSequence

CharSequence

Returns

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

Attributes

Remarks

Provide the longer text to be displayed in the expanded form of the template in place of the content text.

Android reference for android.app.Notification.BigTextStyle.bigText.

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

BigText(String)

Provide the longer text to be displayed in the expanded form of the template in place of the content text.

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

Parameters

cs
String

CharSequence

Returns

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

Remarks

Provide the longer text to be displayed in the expanded form of the template in place of the content text.

Android reference for android.app.Notification.BigTextStyle.bigText.

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