CPConnectionState

@objc
public enum CPConnectionState : Int

enum class for Connection States.

Since

1.0.0
  • Connection is not established between Authentication Service. Authentication needs to be re-established.

    Declaration

    Swift

    case disconnected = 0
  • Successfuly connected to the Authentication Service.

    Declaration

    Swift

    case connected