1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

push notification registration for iOS

This commit is contained in:
Kyle Spearrin
2016-06-28 00:55:53 -04:00
parent 3506383733
commit 818b1c426f
3 changed files with 23 additions and 4 deletions

View File

@@ -6,5 +6,8 @@
public const string SettingPinUnlockOn = "pinUnlockOn";
public const string SettingLockSeconds = "lockSeconds";
public const string SettingLastBackgroundedDate = "lastBackgroundedDate";
public const string PushPromptShown = "initialPushPromptShown";
}
}