AuthPrompt
public
interface
AuthPrompt
androidx.biometric.auth.AuthPrompt |
A handle to the prompt that is shown while the user is authenticating.
This interface is common across all sub-types of authentication prompts.
Summary
Public methods | |
---|---|
abstract
void
|
cancelAuthentication()
Cancels an ongoing authentication attempt and dismisses the prompt. |
Public methods
cancelAuthentication
public abstract void cancelAuthentication ()
Cancels an ongoing authentication attempt and dismisses the prompt.