Language

Notification.CarExtender.GetUnreadConversation Method

Definition

Returns the unread conversation conveyed by this notification.

[Android.Runtime.Register("getUnreadConversation", "()Landroid/app/Notification$CarExtender$UnreadConversation;", "", ApiSince=23)]
public Android.App.Notification.CarExtender.UnreadConversation? GetUnreadConversation();
[<Android.Runtime.Register("getUnreadConversation", "()Landroid/app/Notification$CarExtender$UnreadConversation;", "", ApiSince=23)>]
member this.GetUnreadConversation : unit -> Android.App.Notification.CarExtender.UnreadConversation

Returns

Attributes

Remarks

Returns the unread conversation conveyed by this notification.

See also:

Android reference for android.app.Notification.CarExtender.getUnreadConversation.

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