| Property | Defined By | ||
|---|---|---|---|
| id : String
A unique identifier for the record. | NdefRecord | ||
| mimeType : String | NdefRecord | ||
| payload : ByteArray = null | NdefRecord | ||
| tnf : String | NdefRecord | ||
| type : String | NdefRecord | ||
| url : String | NdefRecord | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor
| NdefRecord | ||
fromObject(data:Object):NdefRecord [static] | NdefRecord | ||
toString():String | NdefRecord | ||
| id | property |
public var id:StringA unique identifier for the record. This field is not used often, but if you need to uniquely identify a tag
| mimeType | property |
public var mimeType:String| payload | property |
public var payload:ByteArray = null| tnf | property |
public var tnf:String| type | property |
public var type:String| url | property |
public var url:String| NdefRecord | () | Constructor |
public function NdefRecord()Constructor
| fromObject | () | method |
| toString | () | method |
public function toString():StringReturnsString |