FileDocCategorySizeDatePackage
NfcBarcode.javaAPI DocAndroid 5.1 API484Sat Mar 14 14:09:40 GMT 2015android.nfc.tech

NfcBarcode.java

package android.nfc.tech;
public final class NfcBarcode
  extends android.nfc.tech.BasicTagTechnology
{
NfcBarcode() { throw new RuntimeException("Stub!"); }
public static  android.nfc.tech.NfcBarcode get(android.nfc.Tag tag) { throw new RuntimeException("Stub!"); }
public  int getType() { throw new RuntimeException("Stub!"); }
public  byte[] getBarcode() { throw new RuntimeException("Stub!"); }
public static final int TYPE_KOVIO = 1;
public static final int TYPE_UNKNOWN = -1;
}