NearField
Non-visible component to provide NFC capabilities. For now this component supports the reading and writing of text tags only (if supported by the device)
In order to read and write text tags, the component must have its ReadMode property set to True or False respectively.
Note: This component will only work on Screen1 of any AppyBuilder app.
Properties
LastMessage
ReadMode
TextToWrite
WriteType
Events
TagRead(text message)
Indicates that a new tag has been detected. Currently this is only a plain text tag, as specified in the manifest. See Compiler.java.
TagWritten()
Event for TagWritten
Methods
none
Last updated