ReaderUpdateType

public enum ReaderUpdateType : StringValueConvertible

Enum describing the type of an update on a reader

  • Update received when Reader is available for use or if one of its attributes has changed

    Declaration

    Swift

    case attributesChanged
  • Update received when the reader is no longer available for use

    Declaration

    Swift

    case readerUnavailable
  • Declaration

    Swift

    public var stringValue: String { get }