Interface MobileCoBrowsingExceptionCallback


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

    • actionExecutionFailed

      void actionExecutionFailed(@NonNull MobileCoBrowsingErrorType type, @Nullable String details)
      Error while starting or stopping mobile 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.