NfcManagerIOS class final

Properties

hashCode int
The hash code for this object.
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
tagReaderSessionBegin({required Set<NfcPollingOption> pollingOptions, required void didDetectTag(NfcTag)?, void didBecomeActive()?, void didInvalidateWithError(NfcReaderSessionErrorIOS)?, String? alertMessage, bool invalidateAfterFirstRead = true}) Future<void>
DOC:
tagReaderSessionInvalidate({String? alertMessage, String? errorMessage}) Future<void>
DOC:
tagReaderSessionReadingAvailable() Future<bool>
DOC:
tagReaderSessionRestartPolling() Future<void>
DOC:
tagReaderSessionSetAlertMessage({required String alertMessage}) Future<void>
DOC:
toString() String
A string representation of this object.
inherited
vasReaderSessionBegin({required List<NfcVasCommandConfigurationIOS> configurations, required void didReceive(List<NfcVasResponseIOS> configurations), void didBecomeActive()?, void didInvalidateWithError(NfcReaderSessionErrorIOS error)?, String? alertMessage}) Future<void>
DOC:
vasReaderSessionInvalidate({String? alertMessage, String? errorMessage}) Future<void>
DOC:
vasReaderSessionSetAlertMessage({required String alertMessage}) Future<void>
DOC:

Operators

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

Static Properties

instance NfcManagerIOS
The instance of the NfcManagerIOS to use.
no setter