mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
new constants for mobile app prefixes
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user