1
0
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:
Kyle Spearrin
2017-12-27 22:18:11 -05:00
parent 175a41f275
commit c60cefd188
6 changed files with 58 additions and 38 deletions

View File

@@ -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; }