get Default Conversation
Get the default conversation.
Return
A result object either containing the default object on success or an error code if the conversation could not be gotten.
Throws
if configureSdk has not previously been called.
Get the default conversation using a callback mechanism.
This is particularly for Java developers and those who prefer not to use Kotlin's suspend functions.
Parameters
response Handler
A callback function that will be invoked when the operation is complete. On success, the default conversation will be passed in, or an error code upon failure.
Throws
if configureSdk has not previously been called.