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
| BigText(ICharSequence) | Provide the longer text to be displayed in the big form of the template in place of the content text. | 
| BigText(String) | Provide the longer text to be displayed in the big form of the template in place of the content text. | 
BigText(ICharSequence)
Provide the longer text to be displayed in the big 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.BigTextStyleParameters
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
BigText(String)
Provide the longer text to be displayed in the big 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.BigTextStyleParameters
- 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.