NotificationListenerService.Ranking.ConversationShortcutInfo Property

Definition

Returns the shortcut information associated with this notification, if it is a #isConversation() conversation notification.

public virtual Android.Content.PM.ShortcutInfo ConversationShortcutInfo { [Android.Runtime.Register("getConversationShortcutInfo", "()Landroid/content/pm/ShortcutInfo;", "GetGetConversationShortcutInfoHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getConversationShortcutInfo", "()Landroid/content/pm/ShortcutInfo;", "GetGetConversationShortcutInfoHandler", ApiSince=31)>]
member this.ConversationShortcutInfo : Android.Content.PM.ShortcutInfo

Property Value

Attributes

Remarks

Returns the shortcut information associated with this notification, if it is a #isConversation() conversation notification.

This might be null even if the notification is a conversation notification, if the posting app hasn't opted into the full conversation feature set yet.

Java documentation for android.service.notification.NotificationListenerService.Ranking.getConversationShortcutInfo().

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