Interface MobileCoBrowsingExceptionCallback


  • public interface MobileCoBrowsingExceptionCallback
    Callback for exceptions which can occur when trying to execute 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 error
        details - Error message; Can be null