Titanium JIRA Archive
Appcelerator Modules (MOD)

[MOD-2817] iOS NFC: Create class NFCTagReaderSessionProxy class with all respective delegate methods.

GitHub Issuen/a
TypeSub-task
PriorityNone
StatusClosed
ResolutionInvalid
Resolution Date2020-12-07T12:26:13.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsNFC
Labelsios
ReporterAnil Shukla
AssigneeAnil Shukla
Created2020-11-19T07:50:43.000+0000
Updated2020-12-07T12:26:13.000+0000

Description

* Add NFC entitlement and update the info.plist

. * Create class TiNFCTagReaderSessionProxy class with all respective delegate methods.
 - (NFCTagReaderSession *)session
 - (void)begin:(id)unused - (void)invalidate:(id)unused - (void)restartPolling:(id)unused - (NSNumber *)isEnabled:(id)unused 
*NFCReaderSessionDelegate —* 

- (void)tagReaderSession:(NFCTagReaderSession *)session didInvalidateWithError:(NSError *)error Tells the delegate the reason for invalidating a reader session. - (void)tagReaderSessionDidBecomeActive:(NFCTagReaderSession *)session Tells the delegate that the reader session is active. - (void)tagReaderSession:(NFCTagReaderSession *)session didDetectTags: ([NFCTag])tags 
Tells the delegate that the session detected NFC tags.

Attachments

FileDateSize
NFC.docx2020-11-19T08:35:55.000+0000943885
NFC Scope.docx2020-11-19T08:36:13.000+000017968

Comments

  1. Anil Shukla 2020-11-26

    PR - https://github.com/appcelerator-modules/ti.nfc/pull/34
  2. Anil Shukla 2020-12-07

    not needed

JSON Source