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
1 changed files with 3 additions and 0 deletions

View File

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