getConversationStatus

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()

Makes an async request to get the current ASAPPConversationStatus.

Parameters

conversationStatusListener

a callback to receive the results to the async request.