Environment

public enum Environment : String, CaseIterable, EnvironmentDetails, Codable

The environment used for CXone.

  • NA1

    Environment for North America.

    Declaration

    Swift

    case NA1
  • EU1

    Environment for Europe.

    Declaration

    Swift

    case EU1
  • AU1

    Environment for Australia.

    Declaration

    Swift

    case AU1
  • CA1

    Environment for Canada.

    Declaration

    Swift

    case CA1
  • UK1

    Environment for the United Kingdom.

    Declaration

    Swift

    case UK1
  • JP1

    Environment for Japan.

    Declaration

    Swift

    case JP1

Properties

  • 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 }