Notification.MessagingStyle.ConversationTitleFormatted Property

Definition

Return the title to be displayed on this conversation.

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

Property Value

Attributes

Remarks

Return the title to be displayed on this conversation. May return null.

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

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