1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 09:33:16 +00:00

Created anonymous app id for google analytics.

This commit is contained in:
Kyle Spearrin
2016-08-06 19:03:48 -04:00
parent a267bf9cf7
commit 98ceaba5f5
4 changed files with 22 additions and 19 deletions

View File

@@ -3,5 +3,6 @@
public interface IAppIdService
{
string AppId { get; }
string AnonymousAppId { get; }
}
}