File
Doc
Category
Size
Date
Package
Ndef.java
API Doc
Android 5.1 API
1451
Sat Mar 14 14:09:34 GMT 2015
android.nfc.tech
Ndef
java.lang.Object
android.nfc.tech.BasicTagTechnology
public final class Ndef extends android.nfc.tech.BasicTagTechnology
Fields Summary
public static final String
MIFARE_CLASSIC
public static final String
NFC_FORUM_TYPE_1
public static final String
NFC_FORUM_TYPE_2
public static final String
NFC_FORUM_TYPE_3
public static final String
NFC_FORUM_TYPE_4
Constructors Summary
Ndef
()
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
canMakeReadOnly
()
throw new RuntimeException("Stub!");
public static
android.nfc.tech.Ndef
get
(
android.nfc.Tag
tag)
throw new RuntimeException("Stub!");
public
android.nfc.NdefMessage
getCachedNdefMessage
()
throw new RuntimeException("Stub!");
public
int
getMaxSize
()
throw new RuntimeException("Stub!");
public
android.nfc.NdefMessage
getNdefMessage
()
throw new RuntimeException("Stub!");
public
java.lang.String
getType
()
throw new RuntimeException("Stub!");
public
boolean
isWritable
()
throw new RuntimeException("Stub!");
public
boolean
makeReadOnly
()
throw new RuntimeException("Stub!");
public void
writeNdefMessage
(
android.nfc.NdefMessage
msg)
throw new RuntimeException("Stub!");
Java Code Source