File
Doc
Category
Size
Date
Package
INfcAdapter.java
API Doc
Android 5.1 API
21010
Sat Mar 14 05:48:04 GMT 2015
android.nfc
INfcAdapter
public interface INfcAdapter implements android.os.IInterface
hide
Fields Summary
Constructors Summary
Methods Summary
public void
addNfcUnlockHandler
(
android.nfc.INfcUnlockHandler
unlockHandler,
int[]
techList)
public
boolean
disable
(
boolean
saveState)
public
boolean
disableNdefPush
()
public void
dispatch
(
android.nfc.Tag
tag)
public
boolean
enable
()
public
boolean
enableNdefPush
()
public
android.nfc.INfcAdapterExtras
getNfcAdapterExtrasInterface
(
java.lang.String
pkg)
public
android.nfc.INfcCardEmulation
getNfcCardEmulationInterface
()
public
android.nfc.INfcTag
getNfcTagInterface
()
public
int
getState
()
public void
invokeBeam
()
public void
invokeBeamInternal
(
android.nfc.BeamShareData
shareData)
public
boolean
isNdefPushEnabled
()
public void
pausePolling
(
int
timeoutInMs)
public void
removeNfcUnlockHandler
(
android.nfc.INfcUnlockHandler
unlockHandler)
public void
resumePolling
()
public void
setAppCallback
(
android.nfc.IAppCallback
callback)
public void
setForegroundDispatch
(
android.app.PendingIntent
intent,
android.content.IntentFilter[]
filters,
android.nfc.TechListParcel
techLists)
public void
setP2pModes
(
int
initatorModes,
int
targetModes)
public void
setReaderMode
(
android.os.IBinder
b,
android.nfc.IAppCallback
callback,
int
flags,
android.os.Bundle
extras)
public void
verifyNfcPermission
()
Java Code Source