Package com.unblu.sdk.core.callback
Interface DocumentCoBrowsingExceptionCallback
public interface DocumentCoBrowsingExceptionCallback
Callback for exceptions which can occur when trying to start or stop document co-browsing
-
Method Summary
Modifier and TypeMethodDescriptionvoid
actionExecutionFailed
(DocumentCoBrowsingErrorType type, String details) Error while starting or stopping document co-browsing.
-
Method Details
-
actionExecutionFailed
Error while starting or stopping document co-browsing. See error type for details.- Parameters:
type
- The type of errordetails
- Detailed message about the error. Can be null. If present, the message is intended for internal purposes only and isn't localized.
-