Notification.MessagingStyle.SetConversationTitle Method

Definition

Overloads

SetConversationTitle(ICharSequence)
SetConversationTitle(String)

SetConversationTitle(ICharSequence)

[Android.Runtime.Register("setConversationTitle", "(Ljava/lang/CharSequence;)Landroid/app/Notification$MessagingStyle;", "GetSetConversationTitle_Ljava_lang_CharSequence_Handler", ApiSince=24)]
public virtual Android.App.Notification.MessagingStyle? SetConversationTitle (Java.Lang.ICharSequence? conversationTitle);
[<Android.Runtime.Register("setConversationTitle", "(Ljava/lang/CharSequence;)Landroid/app/Notification$MessagingStyle;", "GetSetConversationTitle_Ljava_lang_CharSequence_Handler", ApiSince=24)>]
abstract member SetConversationTitle : Java.Lang.ICharSequence -> Android.App.Notification.MessagingStyle
override this.SetConversationTitle : Java.Lang.ICharSequence -> Android.App.Notification.MessagingStyle

Parameters

conversationTitle
ICharSequence

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

SetConversationTitle(String)

public Android.App.Notification.MessagingStyle? SetConversationTitle (string? conversationTitle);
member this.SetConversationTitle : string -> Android.App.Notification.MessagingStyle

Parameters

conversationTitle
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