BindingState

public enum BindingState : String

The BindingState enum defines the current state of the vProvisionedTokenID parameter.

Version

Version 3.0

Since

Since 3.0
  • This is returned when vProvisionedTokenID is 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 vProvisionedTokenID is not bound with the device.

    Declaration

    Swift

    case unbound = "UNBOUND"