public abstract static class FingerprintManager.RemovalCallback extends Object
Constructor and Description |
---|
RemovalCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onRemovalError(Fingerprint fp,
int errMsgId,
CharSequence errString)
Called when the given fingerprint can't be removed.
|
void |
onRemovalSucceeded(Fingerprint fingerprint)
Called when a given fingerprint is successfully removed.
|
public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString)
fp
- The fingerprint that the call attempted to removeerrMsgId
- An associated error message iderrString
- An error message indicating why the fingerprint id can't be removedpublic void onRemovalSucceeded(Fingerprint fingerprint)
fingerprint
- the fingerprint template that was removed.