public abstract static class FingerprintManagerCompatApi23.AuthenticationCallback extends Object
Constructor and Description |
---|
AuthenticationCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticationError(int errMsgId,
CharSequence errString) |
void |
onAuthenticationFailed() |
void |
onAuthenticationHelp(int helpMsgId,
CharSequence helpString) |
void |
onAuthenticationSucceeded(FingerprintManagerCompatApi23.AuthenticationResultInternal result) |
public void onAuthenticationError(int errMsgId, CharSequence errString)
public void onAuthenticationHelp(int helpMsgId, CharSequence helpString)
public void onAuthenticationSucceeded(FingerprintManagerCompatApi23.AuthenticationResultInternal result)
public void onAuthenticationFailed()