Notification.CarExtender.SetUnreadConversation 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.
Sets the unread conversation in a message notification.
[Android.Runtime.Register("setUnreadConversation", "(Landroid/app/Notification$CarExtender$UnreadConversation;)Landroid/app/Notification$CarExtender;", "", ApiSince=23)]
public Android.App.Notification.CarExtender? SetUnreadConversation(Android.App.Notification.CarExtender.UnreadConversation? unreadConversation);
[<Android.Runtime.Register("setUnreadConversation", "(Landroid/app/Notification$CarExtender$UnreadConversation;)Landroid/app/Notification$CarExtender;", "", ApiSince=23)>]
member this.SetUnreadConversation : Android.App.Notification.CarExtender.UnreadConversation -> Android.App.Notification.CarExtender
Parameters
- unreadConversation
- Notification.CarExtender.UnreadConversation
Notification.CarExtender.UnreadConversation: the unread part of the conversation this notification conveys
Returns
this object for method chaining
- Attributes
Remarks
Sets the unread conversation in a message notification.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-08-03 UTC.
Android reference for android.app.Notification.CarExtender.setUnreadConversation.
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.