public static interface LockPatternChecker.OnVerifyCallback
Modifier and Type | Method and Description |
---|---|
void |
onVerified(byte[] attestation,
int throttleTimeoutMs)
Invoked when a security verification is finished.
|
void onVerified(byte[] attestation, int throttleTimeoutMs)
attestation
- The attestation that the challenge was verified, or null.throttleTimeoutMs
- The amount of time in ms to wait before reattempting
the call. Only non-0 if attestation is null.