tagReaderSession

open override fun tagReaderSession(session: NFCTagReaderSession, didInvalidateWithError: NSError)(source)

Invoked when the session is invalidated. The pending result (captured before invalidation) is emitted here — after the system dialog has fully dismissed — to avoid UI conflicts.


open override fun tagReaderSession(session: NFCTagReaderSession, didDetectTags: List<*>)(source)

Invoked when tags are detected. Only the first tag in the field is processed.