Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created December 8, 2016 09:37
Show Gist options
  • Save pavlospt/d4d99c89b6a0204621f2749d91284124 to your computer and use it in GitHub Desktop.
Save pavlospt/d4d99c89b6a0204621f2749d91284124 to your computer and use it in GitHub Desktop.
SmartLock - Credential Request Resolution Resolve
private fun resolveCredentialRequest(status: Status?) {
if (status?.statusCode == CommonStatusCodes.RESOLUTION_REQUIRED) {
initiateCredentialRequestResolution(status)
} else {
credentialRequestFailure()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment