Interface OpenConversationExceptionCallback

    • Method Detail

      • onFailedToOpen

        void onFailedToOpen​(@NonNull
                            OpenConversationErrorType type,
                            @Nullable
                            java.lang.String details)
        Error while opening the conversation.
        Parameters:
        type - The type of error
        details - Detailed message about the error. Can be null. If present, the message is intended for internal purposes only and isn't localized.