Interface DocumentCoBrowsingExceptionCallback


public interface DocumentCoBrowsingExceptionCallback
Callback for exceptions which can occur when trying to start or stop document co-browsing
  • Method Details

    • actionExecutionFailed

      void actionExecutionFailed(@NonNull DocumentCoBrowsingErrorType type, @Nullable String details)
      Error while starting or stopping document co-browsing. See error type for details.
      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.