File
Doc
Category
Size
Date
Package
IFingerprintService.java
API Doc
Android 5.1 API
7223
Sat Mar 14 05:48:06 GMT 2015
android.service.fingerprint
IFingerprintService
public interface IFingerprintService implements android.os.IInterface
Communication channel from client to the fingerprint service.
hide
Fields Summary
Constructors Summary
Methods Summary
public void
enroll
(
android.os.IBinder
token,
long
timeout,
int
userId)
public void
enrollCancel
(
android.os.IBinder
token,
int
userId)
public void
remove
(
android.os.IBinder
token,
int
fingerprintId,
int
userId)
public void
startListening
(
android.os.IBinder
token,
android.service.fingerprint.IFingerprintServiceReceiver
receiver,
int
userId)
public void
stopListening
(
android.os.IBinder
token,
int
userId)
Java Code Source