ConversationCallback
@CarProtocol
public interface ConversationCallback
Host -> Client callbacks for a ConversationItem
Summary
Public methods |
|
|---|---|
abstract void |
Notifies the app that it should mark all messages in the current conversation as read |
abstract void |
onTextReply(@NonNull String replyText)Notifies the app that it should send a reply to a given conversation |
Public methods
onMarkAsRead
Added in 1.4.0
abstract void onMarkAsRead()
Notifies the app that it should mark all messages in the current conversation as read
onTextReply
Added in 1.4.0
abstract void onTextReply(@NonNull String replyText)
Notifies the app that it should send a reply to a given conversation