CCGConnectionType

public enum CCGConnectionType

The type of CCG connection, either user with userId or application service with enterpriseId.

  • User connection type with associated userId

    Declaration

    Swift

    case user(String)
  • Application service connection type with associated enterpriseId

    Declaration

    Swift

    case applicationService(String)