BindingState

public enum BindingState : String

The BindingState enum defines the current state of the tokenId.

Version

Version 3.0

Since

Since 3.0
  • This is returned when tokenId is bound with the device.

    Declaration

    Swift

    case bound = "BOUND"
  • This is returned when tokenId is not bound with the device.

    Declaration

    Swift

    case unbound = "UNBOUND"