BindingState

public enum BindingState : Int

BindingState defines the current state of the vProvisionedTokenId.

Version

Version 1.0

Since

Since 1.0
  • Returned when vProvisionedTokenId is bounded with the device.

    Declaration

    Swift

    case bound
  • Returned when activation is pending for the vProvisionedTokenId.

    Declaration

    Swift

    case pendingActivation
  • Returned when vProvisionedTokenId is declined with the device.

    Declaration

    Swift

    case declined
  • Returned when vProvisionedTokenId is not bounded with the device.

    Declaration

    Swift

    case unbound
  • Description of the current state of the vProvisionedTokenId.

    Declaration

    Swift

    public var description: String { get }