Uses of Class
android.nfc.NdefRecord

Packages that use NdefRecord
android.nfc   
 

Uses of NdefRecord in android.nfc
 

Fields in android.nfc with type parameters of type NdefRecord
static Parcelable.Creator<NdefRecord> NdefRecord.CREATOR
           
 

Methods in android.nfc that return NdefRecord
static NdefRecord NdefRecord.createApplicationRecord(String packageName)
           
static NdefRecord NdefRecord.createUri(String uriString)
           
static NdefRecord NdefRecord.createUri(Uri uri)
           
 NdefRecord[] NdefMessage.getRecords()
           
 

Constructors in android.nfc with parameters of type NdefRecord
NdefMessage(NdefRecord[] records)
           
 



Copyright © 2008-2012. All Rights Reserved.