ASAPPConversationStatusListener

Deprecated

This listener interface will be removed in the next major release. If you use ASAPP.getConversationStatus, make sure to implement ASAPP.conversationStatusHandler first.

Interface definition for a callback to be invoked when the ASAPPConversationStatus has been fetched.

Functions

Link copied to clipboard

Called when there was an error fetching the ASAPPConversationStatus.

Link copied to clipboard
abstract fun onConversationStatusReceived(conversationStatus: ASAPPConversationStatus)

Called when the ASAPPConversationStatus is fetched.