Java android.nfc.tech NdefFormatable fields, constructors, methods, implement or subclass

Example usage for Java android.nfc.tech NdefFormatable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.nfc.tech NdefFormatable.

The text is from its open source code.

Method

voidformat(NdefMessage firstMessage)
Format a tag as NDEF, and write a NdefMessage .
voidformatReadOnly(NdefMessage firstMessage)
Formats a tag as NDEF, write a NdefMessage , and make read-only.
NdefFormatableget(Tag tag)
Get an instance of NdefFormatable for the given tag.