public class NFCIntentParser
extends java.lang.Object
Constructor and Description |
---|
NFCIntentParser(android.content.Intent intent) |
Modifier and Type | Method and Description |
---|---|
static android.nfc.Tag |
extractTag(android.content.Intent intent) |
HostProtocol |
getAvailableProtocol() |
android.content.Intent |
getIntent() |
java.lang.String |
getMacAddress() |
byte[] |
getPayload() |
java.lang.String |
getSSID() |
android.nfc.Tag |
getTag() |
static boolean |
hasNFCTag(android.content.Intent intent) |
boolean |
hasRecords() |
public static boolean hasNFCTag(android.content.Intent intent)
public android.nfc.Tag getTag()
public boolean hasRecords()
public HostProtocol getAvailableProtocol()
public java.lang.String getSSID()
public byte[] getPayload()
public java.lang.String getMacAddress()
public android.content.Intent getIntent()
public static android.nfc.Tag extractTag(android.content.Intent intent)