Notification.BigTextStyle.SetSummaryText 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
SetSummaryText(ICharSequence) |
Set the first line of text after the detail section in the big form of the template. |
SetSummaryText(String) |
Set the first line of text after the detail section in the big form of the template. |
SetSummaryText(ICharSequence)
Set the first line of text after the detail section in the big form of the template.
[Android.Runtime.Register("setSummaryText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigTextStyle;", "GetSetSummaryText_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.BigTextStyle? SetSummaryText (Java.Lang.ICharSequence? cs);
[<Android.Runtime.Register("setSummaryText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigTextStyle;", "GetSetSummaryText_Ljava_lang_CharSequence_Handler")>]
abstract member SetSummaryText : Java.Lang.ICharSequence -> Android.App.Notification.BigTextStyle
override this.SetSummaryText : Java.Lang.ICharSequence -> Android.App.Notification.BigTextStyle
Parameters
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
SetSummaryText(String)
Set the first line of text after the detail section in the big form of the template.
public Android.App.Notification.BigTextStyle? SetSummaryText (string? cs);
member this.SetSummaryText : string -> Android.App.Notification.BigTextStyle
Parameters
- 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.