Interface OpenConversationOverviewExceptionCallback

All Superinterfaces:
NotInitializedExceptionCallback

public interface OpenConversationOverviewExceptionCallback extends NotInitializedExceptionCallback
  • Method Details

    • onFailedToOpenOverview

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