BindingState
public enum BindingState : Int
BindingState defines the current state of the vProvisionedTokenId.
Version
Version 1.0Since
Since 1.0-
Returned when
vProvisionedTokenIdis bounded with the device.Declaration
Swift
case bound -
Returned when activation is pending for the
vProvisionedTokenId.Declaration
Swift
case pendingActivation -
Returned when
vProvisionedTokenIdis declined with the device.Declaration
Swift
case declined -
Returned when
vProvisionedTokenIdis not bounded with the device.Declaration
Swift
case unbound -
Description of the current state of the
vProvisionedTokenId.Declaration
Swift
public var description: String { get }
BindingState Enumeration Reference