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 SummaryModifier and TypeMethodDescriptionvoidactionExecutionFailed(DocumentCoBrowsingErrorType type, String details) Error while starting or stopping document co-browsing.
- 
Method Details- 
actionExecutionFailedError 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.
 
 
-