proximiant.sdk
Class ProximiantNFCReader

java.lang.Object
  extended by java.util.Observable
      extended by proximiant.sdk.ProximiantNFCReader

public class ProximiantNFCReader
extends java.util.Observable

NFC reader for using Proximiant NFC Touch and Go feature.


Constructor Summary
ProximiantNFCReader(android.app.Activity c)
           
 
Method Summary
 void disableForeground()
           
 void enableDetection()
           
static java.lang.String parseNdefRecord(android.nfc.NdefRecord record)
           
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProximiantNFCReader

public ProximiantNFCReader(android.app.Activity c)
Method Detail

disableForeground

public void disableForeground()

enableDetection

public void enableDetection()

parseNdefRecord

public static java.lang.String parseNdefRecord(android.nfc.NdefRecord record)