Package com.unblu.sdk.core.callback
Interface MobileCoBrowsingExceptionCallback
public interface MobileCoBrowsingExceptionCallback
Callback for exceptions which can occur when trying to start or stop mobile co-browsing
-
Method Summary
Modifier and TypeMethodDescriptionvoid
actionExecutionFailed
(MobileCoBrowsingErrorType type, String details) Error while starting or stopping mobile co-browsing.
-
Method Details
-
actionExecutionFailed
Error while starting or stopping mobile 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.
-