Interface OpenConversationOverviewExceptionCallback

    • Method Detail

      • onFailedToOpenOverview

        void onFailedToOpenOverview​(@NonNull
                                    OpenConversationOverviewErrorType type,
                                    @Nullable
                                    java.lang.String details)
        Error while opening the conversation overview.
        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.