feat: soft biometrics lock (#1793)
This commit is contained in:
@@ -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