Notification.CarExtender.GetUnreadConversation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.