public class EstimoteNdefRecord
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
EstimoteNdefRecord(RecordType 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() |
RecordType |
getRecordType() |
int |
hashCode() |
protected EstimoteNdefRecord(RecordType recordType, android.nfc.NdefRecord ndefRecord)
public android.nfc.NdefRecord getNdefRecord()
public RecordType 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.Objectpublic int hashCode()
hashCode in class java.lang.Object