KeyUnlockInteractive
class KeyUnlockInteractive(val title: String? = null, val subtitle: String? = null, val requireConfirmation: Boolean = false) : KeyUnlockData
A KeyUnlockData which will automatically show dialogs to interact with the user.
This can be passed to SecureArea.sign and SecureArea.keyAgreement to automatically prompt the user for authentication. Depending on the Secure Area implementation this uses either platform native dialogs (for biometric unlock) or the PassphrasePromptModel mechanism.