Notification.BigTextStyle.BigText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.