Language

NotificationChannel.NameFormatted Property

Definition

Returns the user visible name of this channel.

public Java.Lang.ICharSequence? NameFormatted { [Android.Runtime.Register("getName", "()Ljava/lang/CharSequence;", "", ApiSince=26)] get; [Android.Runtime.Register("setName", "(Ljava/lang/CharSequence;)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getName", "()Ljava/lang/CharSequence;", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setName", "(Ljava/lang/CharSequence;)V", "", ApiSince=26)>]
member this.NameFormatted : Java.Lang.ICharSequence with get, set

Property Value

Attributes

Remarks

Returns the user visible name of this channel.

Android reference for android.app.NotificationChannel.getName.

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