2016-05-22 04:50:15 +02:00
|
|
|
|
namespace Bit.App
|
|
|
|
|
{
|
|
|
|
|
public static class Constants
|
|
|
|
|
{
|
|
|
|
|
public const string SettingFingerprintUnlockOn = "fingerprintUnlockOn";
|
|
|
|
|
public const string SettingPinUnlockOn = "pinUnlockOn";
|
|
|
|
|
public const string SettingLockSeconds = "lockSeconds";
|
|
|
|
|
public const string SettingLastBackgroundedDate = "lastBackgroundedDate";
|
2016-06-28 06:55:53 +02:00
|
|
|
|
|
|
|
|
|
public const string PushPromptShown = "initialPushPromptShown";
|
2016-07-02 01:16:47 +02:00
|
|
|
|
public const string PushLastRegistration = "lastPushRegistration";
|
2016-05-22 04:50:15 +02:00
|
|
|
|
}
|
|
|
|
|
}
|