Skip to content

FrostyElk/cordova-mifare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-mifare

Cordova Plugin for the MIFARE SDK.
Support for the NFC tags NTAG210 family from NXP.

Functions

  • init(options)
    options = { "password": password }

Events

  • onTagDetected -> { byte[] tagUID, String tagName, byte[] payload }
  • onTagError -> { String nfcType, Integer nfcCode, String nfcMessage }