Interface OpenConversationExceptionCallback

All Superinterfaces:
NotInitializedExceptionCallback

public interface OpenConversationExceptionCallback extends NotInitializedExceptionCallback
  • Method Details

    • onFailedToOpen

      void onFailedToOpen(@NonNull OpenConversationErrorType type, @Nullable 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.