mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 09:43:27 +00:00
internal timer for lock checking
This commit is contained in:
@@ -5,6 +5,8 @@ namespace Bit.App.Abstractions
|
||||
public interface IAppSettingsService
|
||||
{
|
||||
bool Locked { get; set; }
|
||||
string LockTimerId { get; set; }
|
||||
double LastActivityLockTime { get; set; }
|
||||
DateTime LastActivity { get; set; }
|
||||
DateTime LastCacheClear { get; set; }
|
||||
bool AutofillPersistNotification { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user