get Conversation Status
Deprecated
This function will be removed in the next major release. Please use [ASAPP.fetchConversationStatus] instead, in conjunction with [ASAPP.conversationStatusHandler].
Replace with
ASAPP.instance.fetchConversationStatus()Content copied to clipboard
Makes an async request to get the current ASAPPConversationStatus.
Parameters
conversation Status Listener
a callback to receive the results to the async request.