public abstract static class FingerprintManager.EnrollmentCallback extends Object
Constructor and Description |
---|
EnrollmentCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onEnrollmentError(int errMsgId,
CharSequence errString)
Called when an unrecoverable error has been encountered and the operation is complete.
|
void |
onEnrollmentHelp(int helpMsgId,
CharSequence helpString)
Called when a recoverable error has been encountered during enrollment.
|
void |
onEnrollmentProgress(int remaining)
Called as each enrollment step progresses.
|
public void onEnrollmentError(int errMsgId, CharSequence errString)
errMsgId
- An integer identifying the error messageerrString
- A human-readable error string that can be shown in UIpublic void onEnrollmentHelp(int helpMsgId, CharSequence helpString)
helpMsgId
- An integer identifying the error messagehelpString
- A human-readable string that can be shown in UIpublic void onEnrollmentProgress(int remaining)
onEnrollmentError(int, CharSequence)
remaining
- The number of remaining steps