public class EstimoteNdefMessage
extends java.lang.Object
Constructor and Description |
---|
EstimoteNdefMessage(EstimoteNdefRecord[] records)
Construct an Estimote NDEF Message from one or more Estimote NDEF Records.
|
EstimoteNdefMessage(EstimoteNdefRecord record,
EstimoteNdefRecord... records)
Constructs Estimote NDEF message from records
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
EstimoteNdefRecord[] |
getRecords() |
int |
getSize() |
int |
hashCode() |
android.nfc.NdefMessage |
toNdefMessage()
Returns standard NdefMessage object
|
public EstimoteNdefMessage(EstimoteNdefRecord record, EstimoteNdefRecord... records)
record
- first recordrecords
- other recordspublic EstimoteNdefMessage(EstimoteNdefRecord[] records)
records
- one or more recordspublic EstimoteNdefRecord[] getRecords()
public android.nfc.NdefMessage toNdefMessage()
NdefMessage
from thispublic int getSize()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object