Share via


Notification.MessagingStyle.UserDisplayNameFormatted Property

Definition

Returns the name to be displayed for any replies sent by the user

public virtual Java.Lang.ICharSequence? UserDisplayNameFormatted { [Android.Runtime.Register("getUserDisplayName", "()Ljava/lang/CharSequence;", "GetGetUserDisplayNameHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getUserDisplayName", "()Ljava/lang/CharSequence;", "GetGetUserDisplayNameHandler", ApiSince=24)>]
member this.UserDisplayNameFormatted : Java.Lang.ICharSequence

Property Value

Attributes

Remarks

Returns the name to be displayed for any replies sent by the user

This member is deprecated. use #getUser() instead

Java documentation for android.app.Notification.MessagingStyle.getUserDisplayName().

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