ConversationCallback

@ExperimentalCarApi
@CarProtocol
interface ConversationCallback


Host -> Client callbacks for a ConversationItem

Summary

Public functions

Unit

Notifies the app that it should mark all messages in the current conversation as read

Unit
onTextReply(replyText: String)

Notifies the app that it should send a reply to a given conversation

Public functions

onMarkAsRead

Added in 1.4.0-rc02
fun onMarkAsRead(): Unit

Notifies the app that it should mark all messages in the current conversation as read

onTextReply

Added in 1.4.0-rc02
fun onTextReply(replyText: String): Unit

Notifies the app that it should send a reply to a given conversation