forked from organicmaps/organicmaps
[ios] Added Downloader_Migration_completed statistics event.
This commit is contained in:
parent
dc16d09b9b
commit
c1897c78b4
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ using namespace storage;
|
|||
{
|
||||
GetFramework().Migrate(!limited);
|
||||
[self performSegueWithIdentifier:kDownloaderSegue sender:self];
|
||||
[Statistics logEvent:kStatDownloaderMigrationCompleted];
|
||||
};
|
||||
|
||||
auto onStatusChanged = [self, migrate](TCountryId const & countryId)
|
||||
|
|
|
@ -46,6 +46,7 @@ static NSString * const kStatDeviceType = @"Device type";
|
|||
static NSString * const kStatDownloadAll = @"Download all country clicks counter";
|
||||
static NSString * const kStatDownloader = @"downloader";
|
||||
static NSString * const kStatDownloaderDialog = @"Downloader dialog";
|
||||
static NSString * const kStatDownloaderMigrationCompleted = @"Downloader_Migration_completed";
|
||||
static NSString * const kStatDownloaderMigrationDialogue = @"Downloader_Migration_dialogue";
|
||||
static NSString * const kStatDownloaderMigrationStarted = @"Downloader_Migration_started";
|
||||
static NSString * const kStatDownloadMap = @"Download map";
|
||||
|
|
Loading…
Add table
Reference in a new issue