BindingState
public enum BindingState : String
The BindingState enum defines the current state of the vProvisionedTokenID parameter.
Version
Version 3.0Since
Since 3.0-
This is returned when
vProvisionedTokenIDis bound with the device.Declaration
Swift
case bound = "BOUND" -
This is returned when an activation is pending for
vProvisionedTokenID.Declaration
Swift
case pendingActivation = "PENDING_ACTIVATION" -
This is returned when
vProvisionedTokenIDis not bound with the device.Declaration
Swift
case unbound = "UNBOUND"
BindingState Enumeration Reference