Package com.unblu.sdk.core.callback
Interface MobileCoBrowsingExceptionCallback
-
public interface MobileCoBrowsingExceptionCallback
Callback for exceptions which can occur when trying to execute mobile co-browsing actions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
actionExecutionFailed(MobileCoBrowsingErrorType type, java.lang.String details)
Error while executing mobile co-browsing actions.
-
-
-
Method Detail
-
actionExecutionFailed
void actionExecutionFailed(@NonNull MobileCoBrowsingErrorType type, @Nullable java.lang.String details)
Error while executing mobile co-browsing actions. See error type for details- Parameters:
type
- Type of the errordetails
- Error message; Can be null
-
-