public class

NotificationCompat.CarExtender.UnreadConversation

extends java.lang.Object

 java.lang.Object

↳androidx.core.app.NotificationCompat.CarExtender.UnreadConversation

Overview

A class which holds the unread messages from a conversation.

Summary

Methods
public longgetLatestTimestamp()

Gets the timestamp of the conversation.

public java.lang.StringgetMessages()

Gets the list of messages conveyed by this notification.

public java.lang.StringgetParticipant()

Gets the firs participant in the conversation.

public java.lang.StringgetParticipants()

Gets the participants in the conversation.

public PendingIntentgetReadPendingIntent()

Gets the pending intent that Android Auto will send after it reads aloud all messages in this object's message list.

public RemoteInputgetRemoteInput()

Gets the remote input that will be used to convey the response to a message list, or null if no such remote input exists.

public PendingIntentgetReplyPendingIntent()

Gets the pending intent that will be triggered when the user replies to this notification.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public java.lang.String getMessages()

Gets the list of messages conveyed by this notification.

public RemoteInput getRemoteInput()

Gets the remote input that will be used to convey the response to a message list, or null if no such remote input exists.

public PendingIntent getReplyPendingIntent()

Gets the pending intent that will be triggered when the user replies to this notification.

public PendingIntent getReadPendingIntent()

Gets the pending intent that Android Auto will send after it reads aloud all messages in this object's message list.

public java.lang.String getParticipants()

Gets the participants in the conversation.

public java.lang.String getParticipant()

Gets the firs participant in the conversation.

public long getLatestTimestamp()

Gets the timestamp of the conversation.