UnbluApiStopMobileCoBrowsingError
public enum UnbluApiStopMobileCoBrowsingError : Error
Error which can occur when trying to stop mobile co-browsing
-
Api is not initialized. May it is in error state if it was already initialized before
Declaration
Swift
case apiNotInitialized -
The ui must be at least shown once after initialization, otherwise this error is thrown
Declaration
Swift
case uiWasNeverShown -
Thrown if the used collaboration server is not of version 5.x newer than 5.17 or newer than 6.3
Declaration
Swift
case unsupportedCollaborationServerVersion -
Error while stopping mobile co-browsing. See error type for details.
Declaration
Swift
case failedToStopMobileCoBrowsing(errorType: UnbluStopMobileCoBrowsingErrorType, details: String?)Parameters
errorTypeType of the error
detailsError message; can be nil
UnbluApiStopMobileCoBrowsingError Enumeration Reference