public class EstimoteNdefRecord
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
EstimoteNdefRecord(NfcRecordType recordType,
android.nfc.NdefRecord ndefRecord) |
Modifier and Type | Method and Description |
---|---|
static EstimoteNdefApplicationRecord |
createApplicationRecord(java.lang.String packageName)
Creates Estimote NDEF record for Android Application package name
|
static EstimoteNdefUriRecord |
createUriRecord(java.lang.String uriString)
Creates Estimote NDEF record for URI
|
boolean |
equals(java.lang.Object o) |
android.nfc.NdefRecord |
getNdefRecord() |
NfcRecordType |
getRecordType() |
int |
hashCode() |
protected EstimoteNdefRecord(NfcRecordType recordType, android.nfc.NdefRecord ndefRecord)
public android.nfc.NdefRecord getNdefRecord()
public NfcRecordType getRecordType()
public static EstimoteNdefApplicationRecord createApplicationRecord(java.lang.String packageName)
packageName
- Android package namepublic static EstimoteNdefUriRecord createUriRecord(java.lang.String uriString)
uriString
- URI stringpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object