Notification.BigPictureStyle.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
| Name | Description |
|---|---|
| SetSummaryText(ICharSequence) |
Set the first line of text after the detail section in the expanded form of the template. |
| SetSummaryText(String) |
Set the first line of text after the detail section in the expanded form of the template. |
SetSummaryText(ICharSequence)
Set the first line of text after the detail section in the expanded form of the template.
[Android.Runtime.Register("setSummaryText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;", "GetSetSummaryText_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.BigPictureStyle SetSummaryText(Java.Lang.ICharSequence? cs);
[<Android.Runtime.Register("setSummaryText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$BigPictureStyle;", "GetSetSummaryText_Ljava_lang_CharSequence_Handler")>]
abstract member SetSummaryText : Java.Lang.ICharSequence -> Android.App.Notification.BigPictureStyle
override this.SetSummaryText : Java.Lang.ICharSequence -> Android.App.Notification.BigPictureStyle
Parameters
CharSequence: This value may be null.
Returns
This Android.App.Notification.BigPictureStyle instance, allowing calls to be chained.
- Attributes
Remarks
Set the first line of text after the detail section in the expanded form of the template.
Android reference for android.app.Notification.BigPictureStyle.setSummaryText.
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 expanded form of the template.
public Android.App.Notification.BigPictureStyle SetSummaryText(string? cs);
member this.SetSummaryText : string -> Android.App.Notification.BigPictureStyle
Parameters
- cs
- String
CharSequence: This value may be null.
Returns
This Android.App.Notification.BigPictureStyle instance, allowing calls to be chained.
Remarks
Set the first line of text after the detail section in the expanded form of the template.
Android reference for android.app.Notification.BigPictureStyle.setSummaryText.
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.