forked from organicmaps/organicmaps
[ios] Added statistics events.
This commit is contained in:
parent
2b573333d0
commit
dcda097595
1 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
static NSString * const kStat3D = @"3D";
|
||||
static NSString * const kStat3DBuildings= @"3D buildings";
|
||||
static NSString * const kStatAbout = @"About";
|
||||
static NSString * const kStatAction = @"Action";
|
||||
static NSString * const kStatAction = @"action";
|
||||
static NSString * const kStatActionSheet = @"Action sheet";
|
||||
static NSString * const kStatAd = @"Ad";
|
||||
static NSString * const kStatAdd = @"Add";
|
||||
|
@ -40,13 +40,19 @@ static NSString * const kStatCopyright = @"Copyright";
|
|||
static NSString * const kStatCount = @"Count";
|
||||
static NSString * const kStatCountry = @"Country";
|
||||
static NSString * const kStatCurrentMap = @"current_map";
|
||||
static NSString * const kStatDelete = @"delete";
|
||||
static NSString * const kStatDeleteAll = @"delete all";
|
||||
static NSString * const kStatDeleteAllWithChanges = @"delete_all_with_changes";
|
||||
static NSString * const kStatDeleteWithChanges = @"delete_with_changes";
|
||||
static NSString * const kStatDestination = @"Destination";
|
||||
static NSString * const kStatDeviceInfo = @"Device info";
|
||||
static NSString * const kStatDeviceType = @"Device type";
|
||||
static NSString * const kStatDownloadAll = @"Download all country clicks counter";
|
||||
static NSString * const kStatDownload = @"download";
|
||||
static NSString * const kStatDownloadAll = @"download all";
|
||||
static NSString * const kStatDownloader = @"downloader";
|
||||
static NSString * const kStatDownloaderDialog = @"Downloader dialog";
|
||||
static NSString * const kStatDownloaderError = @"Downloader_Error_";
|
||||
static NSString * const kStatDownloaderMapAction = @"Downloader_Map_action";
|
||||
static NSString * const kStatDownloaderMigrationCompleted = @"Downloader_Migration_completed";
|
||||
static NSString * const kStatDownloaderMigrationDialogue = @"Downloader_Migration_dialogue";
|
||||
static NSString * const kStatDownloaderMigrationStarted = @"Downloader_Migration_started";
|
||||
|
@ -71,6 +77,7 @@ static NSString * const kStatHidden = @"Hidden";
|
|||
static NSString * const kStatHistory = @"History";
|
||||
static NSString * const kStatImport = @"Import";
|
||||
static NSString * const kStatIn = @"In";
|
||||
static NSString * const kStatIsAuto = @"is_auto";
|
||||
static NSString * const kStatKilometers = @"Kilometers";
|
||||
static NSString * const kStatKML = @"KML";
|
||||
static NSString * const kStatLandscape = @"Landscape";
|
||||
|
@ -149,7 +156,8 @@ static NSString * const kStatTTS = @"TTS";
|
|||
static NSString * const kStatTTSSettings = @"TTS settings";
|
||||
static NSString * const kStatType = @"type";
|
||||
static NSString * const kStatUnknownError = @"unknown error";
|
||||
static NSString * const kStatUpdateAll = @"Update all";
|
||||
static NSString * const kStatUpdate = @"update";
|
||||
static NSString * const kStatUpdateAll = @"update all";
|
||||
static NSString * const kStatValue = @"Value";
|
||||
static NSString * const kStatVehicle = @"Vehicle";
|
||||
static NSString * const kStatVisible = @"Visible";
|
||||
|
|
Loading…
Add table
Reference in a new issue