1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-12-24 16:38:22 +01:00

new constants for mobile app prefixes

This commit is contained in:
Kyle Spearrin 2019-04-16 07:44:18 -04:00
parent 2fa3d214e5
commit 1103354de3

View File

@ -2,7 +2,10 @@
{ {
public static class Constants public static class Constants
{ {
public const string AndroidAppProtocol = "androidapp://";
public const string iOSAppProtocol = "iosapp://";
public static string LockOptionKey = "lockOption"; public static string LockOptionKey = "lockOption";
public static string PinProtectedKey = "pinProtectedKey"; public static string PinProtectedKey = "pinProtectedKey";
public static string DefaultUriMatch = "defaultUriMatch";
} }
} }