feat: soft biometrics lock (#1793)
This commit is contained in:
@@ -30,6 +30,7 @@ export interface ApplicationInterface {
|
||||
createDecryptedBackupFile(): Promise<BackupFile | undefined>
|
||||
hasPasscode(): boolean
|
||||
lock(): Promise<void>
|
||||
softLockBiometrics(): void
|
||||
setValue(key: string, value: unknown, mode?: StorageValueModes): void
|
||||
getValue(key: string, mode?: StorageValueModes): unknown
|
||||
removeValue(key: string, mode?: StorageValueModes): Promise<void>
|
||||
|
||||
@@ -62,4 +62,6 @@ export enum ApplicationEvent {
|
||||
UnprotectedSessionExpired = 29,
|
||||
/** Called when the app first launches and after first sync request made after sign in */
|
||||
CompletedInitialSync = 30,
|
||||
BiometricsSoftLockEngaged = 31,
|
||||
BiometricsSoftLockDisengaged = 32,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user