NfcPollingOption enum

Represents the type of tag to be discovered by the session.

Typically used with NfcManager#startSession function.

Inheritance

Constructors

NfcPollingOption()
const

Values

iso14443 → const NfcPollingOption

iso14443 on iOS, and FLAG_READER_A and FLAG_READER_B on Android.

iso15693 → const NfcPollingOption

iso15693 on iOS, and FLAG_READER_V on Android.

iso18092 → const NfcPollingOption

iso18092 on iOS, and FLAG_READER_F on Android.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NfcPollingOption>
A constant List of the values in this enum, in order of their declaration.