ConversationCallbackDelegate

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


Used by the host to invoke ConversationCallback methods on the client

Summary

Public methods

abstract void

Called from the host to invoke onMarkAsRead on the client.

abstract void
sendTextReply(
    @NonNull String replyText,
    @NonNull OnDoneCallback onDoneCallback
)

Called from the host to invoke onTextReply on the client.

Public methods

sendMarkAsRead

Added in 1.4.0-rc02
abstract void sendMarkAsRead(@NonNull OnDoneCallback onDoneCallback)

Called from the host to invoke onMarkAsRead on the client.

sendTextReply

Added in 1.4.0-rc02
abstract void sendTextReply(
    @NonNull String replyText,
    @NonNull OnDoneCallback onDoneCallback
)

Called from the host to invoke onTextReply on the client.