Environment
public enum Environment : String, CaseIterable, EnvironmentDetails, Codable
The environment used for CXone.
-
Environment for North America.
Declaration
Swift
case NA1 -
Environment for Europe.
Declaration
Swift
case EU1 -
Environment for Australia.
Declaration
Swift
case AU1 -
Environment for Canada.
Declaration
Swift
case CA1 -
Environment for the United Kingdom.
Declaration
Swift
case UK1 -
Environment for Japan.
Declaration
Swift
case JP1
-
The location name of the environment.
Declaration
Swift
public var location: String { get } -
The chat URL for the environment.
Declaration
Swift
public var chatURL: String { get } -
The socket URL for the environment.
Declaration
Swift
public var socketURL: String { get }
View on GitHub