FileDocCategorySizeDatePackage
IFingerprintService.javaAPI DocAndroid 5.1 API7223Sat Mar 14 05:48:06 GMT 2015android.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 voidenroll(android.os.IBinder token, long timeout, int userId)

public voidenrollCancel(android.os.IBinder token, int userId)

public voidremove(android.os.IBinder token, int fingerprintId, int userId)

public voidstartListening(android.os.IBinder token, android.service.fingerprint.IFingerprintServiceReceiver receiver, int userId)

public voidstopListening(android.os.IBinder token, int userId)