Enum NFCReaderError

java.lang.Object
java.lang.Enum<NFCReaderError>
org.robovm.apple.corenfc.NFCReaderError
All Implemented Interfaces:
Serializable, Comparable<NFCReaderError>, NSErrorCode, ValuedEnum

public enum NFCReaderError
extends Enum<NFCReaderError>
implements NSErrorCode
  • Enum Constant Details

    • ReaderErrorUnsupportedFeature

      public static final NFCReaderError ReaderErrorUnsupportedFeature
      Since:
      Available in iOS 11.0 and later.
    • ReaderErrorSecurityViolation

      public static final NFCReaderError ReaderErrorSecurityViolation
      Since:
      Available in iOS 11.0 and later.
    • ReaderErrorInvalidParameter

      public static final NFCReaderError ReaderErrorInvalidParameter
      Since:
      Available in iOS 13.0 and later.
    • ReaderErrorInvalidParameterLength

      public static final NFCReaderError ReaderErrorInvalidParameterLength
      Since:
      Available in iOS 13.0 and later.
    • ReaderErrorParameterOutOfBound

      public static final NFCReaderError ReaderErrorParameterOutOfBound
      Since:
      Available in iOS 13.0 and later.
    • ReaderErrorRadioDisabled

      public static final NFCReaderError ReaderErrorRadioDisabled
      Since:
      Available in iOS 14.0 and later.
    • ReaderTransceiveErrorTagConnectionLost

      public static final NFCReaderError ReaderTransceiveErrorTagConnectionLost
      Since:
      Available in iOS 11.0 and later.
    • ReaderTransceiveErrorRetryExceeded

      public static final NFCReaderError ReaderTransceiveErrorRetryExceeded
      Since:
      Available in iOS 11.0 and later.
    • ReaderTransceiveErrorTagResponseError

      public static final NFCReaderError ReaderTransceiveErrorTagResponseError
      Since:
      Available in iOS 11.0 and later.
    • ReaderTransceiveErrorSessionInvalidated

      public static final NFCReaderError ReaderTransceiveErrorSessionInvalidated
      Since:
      Available in iOS 13.0 and later.
    • ReaderTransceiveErrorTagNotConnected

      public static final NFCReaderError ReaderTransceiveErrorTagNotConnected
      Since:
      Available in iOS 13.0 and later.
    • ReaderTransceiveErrorPacketTooLong

      public static final NFCReaderError ReaderTransceiveErrorPacketTooLong
      Since:
      Available in iOS 14.0 and later.
    • ReaderSessionInvalidationErrorUserCanceled

      public static final NFCReaderError ReaderSessionInvalidationErrorUserCanceled
      Since:
      Available in iOS 11.0 and later.
    • ReaderSessionInvalidationErrorSessionTimeout

      public static final NFCReaderError ReaderSessionInvalidationErrorSessionTimeout
      Since:
      Available in iOS 11.0 and later.
    • ReaderSessionInvalidationErrorSessionTerminatedUnexpectedly

      public static final NFCReaderError ReaderSessionInvalidationErrorSessionTerminatedUnexpectedly
      Since:
      Available in iOS 11.0 and later.
    • ReaderSessionInvalidationErrorSystemIsBusy

      public static final NFCReaderError ReaderSessionInvalidationErrorSystemIsBusy
      Since:
      Available in iOS 11.0 and later.
    • ReaderSessionInvalidationErrorFirstNDEFTagRead

      public static final NFCReaderError ReaderSessionInvalidationErrorFirstNDEFTagRead
      Since:
      Available in iOS 11.0 and later.
    • TagCommandConfigurationErrorInvalidParameters

      public static final NFCReaderError TagCommandConfigurationErrorInvalidParameters
      Since:
      Available in iOS 11.0 and later.
    • NdefReaderSessionErrorTagNotWritable

      public static final NFCReaderError NdefReaderSessionErrorTagNotWritable
      Since:
      Available in iOS 13.0 and later.
    • NdefReaderSessionErrorTagUpdateFailure

      public static final NFCReaderError NdefReaderSessionErrorTagUpdateFailure
      Since:
      Available in iOS 13.0 and later.
    • NdefReaderSessionErrorTagSizeTooSmall

      public static final NFCReaderError NdefReaderSessionErrorTagSizeTooSmall
      Since:
      Available in iOS 13.0 and later.
    • NdefReaderSessionErrorZeroLengthMessage

      public static final NFCReaderError NdefReaderSessionErrorZeroLengthMessage
      Since:
      Available in iOS 13.0 and later.
  • Method Details

    • values

      public static NFCReaderError[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static NFCReaderError valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getClassDomain

      public static String getClassDomain()
      Since:
      Available in iOS 11.0 and later.
    • ISO15693TagResponseErrorKey

      public static NSString ISO15693TagResponseErrorKey()
      Since:
      Available in iOS 11.0 and later.
    • TagResponseUnexpectedLengthErrorKey

      public static NSString TagResponseUnexpectedLengthErrorKey()
      Since:
      Available in iOS 13.0 and later.
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static NFCReaderError valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null