Notification.Style.InternalSetSummaryText 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
InternalSetSummaryText(ICharSequence) |
Set the first line of text after the detail section in the big form of the template. |
InternalSetSummaryText(String) |
Set the first line of text after the detail section in the big form of the template. |
InternalSetSummaryText(ICharSequence)
Set the first line of text after the detail section in the big form of the template.
[Android.Runtime.Register("internalSetSummaryText", "(Ljava/lang/CharSequence;)V", "GetInternalSetSummaryText_Ljava_lang_CharSequence_Handler")]
protected virtual void InternalSetSummaryText (Java.Lang.ICharSequence? cs);
[<Android.Runtime.Register("internalSetSummaryText", "(Ljava/lang/CharSequence;)V", "GetInternalSetSummaryText_Ljava_lang_CharSequence_Handler")>]
abstract member InternalSetSummaryText : Java.Lang.ICharSequence -> unit
override this.InternalSetSummaryText : Java.Lang.ICharSequence -> unit
Parameters
The line of text to use.
- Attributes
Remarks
Set the first line of text after the detail section in the big form of the template.
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
InternalSetSummaryText(String)
Set the first line of text after the detail section in the big form of the template.
protected void InternalSetSummaryText (string? cs);
member this.InternalSetSummaryText : string -> unit
Parameters
- cs
- String
The line of text to use.
Remarks
Set the first line of text after the detail section in the big form of the template.
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.