1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 13:23:39 +00:00

add event service

This commit is contained in:
Kyle Spearrin
2019-07-11 09:30:25 -04:00
parent a240a4ac66
commit 40d68b1654
7 changed files with 135 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
public static string MigratedFromV1 = "migratedFromV1";
public static string MigratedFromV1AutofillPromptShown = "migratedV1AutofillPromptShown";
public static string TriedV1Resync = "triedV1Resync";
public static string EventCollectionKey = "eventCollection";
public const int SelectFileRequestCode = 42;
public const int SelectFilePermissionRequestCode = 43;
}