Language

NotificationChannel.ConversationId Property

Definition

Returns the ShortcutInfo#getId() id of the conversation backing this channel, if it's associated with a conversation.

public string? ConversationId { [Android.Runtime.Register("getConversationId", "()Ljava/lang/String;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getConversationId", "()Ljava/lang/String;", "", ApiSince=30)>]
member this.ConversationId : string

Property Value

This value may be null.

Attributes

Remarks

Returns the id of the conversation backing this channel, if it's associated with a conversation. See setConversationId(String,String).

Android reference for android.app.NotificationChannel.getConversationId.

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