ConversationCallbackDelegate

@ExperimentalCarApi
@CarProtocol
@RequiresCarApi(value = 7)
interface ConversationCallbackDelegate


Used by the host to invoke ConversationCallback methods on the client

Summary

Public functions

Unit
sendMarkAsRead(onDoneCallback: OnDoneCallback)

Called from the host to invoke onMarkAsRead on the client.

Unit
sendTextReply(replyText: String, onDoneCallback: OnDoneCallback)

Called from the host to invoke onTextReply on the client.

Public functions

sendMarkAsRead

Added in 1.4.0-rc02
fun sendMarkAsRead(onDoneCallback: OnDoneCallback): Unit

Called from the host to invoke onMarkAsRead on the client.

sendTextReply

Added in 1.4.0-rc02
fun sendTextReply(replyText: String, onDoneCallback: OnDoneCallback): Unit

Called from the host to invoke onTextReply on the client.