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:
parent
2fa3d214e5
commit
1103354de3
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user