Notification.Builder.SetSettingsText Method

Definition

Overloads

SetSettingsText(ICharSequence)
SetSettingsText(String)

SetSettingsText(ICharSequence)

[Android.Runtime.Register("setSettingsText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetSettingsText_Ljava_lang_CharSequence_Handler", ApiSince=26)]
public virtual Android.App.Notification.Builder SetSettingsText (Java.Lang.ICharSequence? text);
[<Android.Runtime.Register("setSettingsText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetSettingsText_Ljava_lang_CharSequence_Handler", ApiSince=26)>]
abstract member SetSettingsText : Java.Lang.ICharSequence -> Android.App.Notification.Builder
override this.SetSettingsText : Java.Lang.ICharSequence -> Android.App.Notification.Builder

Parameters

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

SetSettingsText(String)

public Android.App.Notification.Builder SetSettingsText (string? text);
member this.SetSettingsText : string -> Android.App.Notification.Builder

Parameters

text
String

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.

Applies to