forked from organicmaps/organicmaps
Removed old promocode events.
This commit is contained in:
parent
580ab44c8f
commit
1997c8e3c1
1 changed files with 0 additions and 12 deletions
|
@ -20,8 +20,6 @@ public enum Statistics
|
|||
{
|
||||
INSTANCE;
|
||||
|
||||
private final static String TAG_PROMO_DE = "PROMO-DE: ";
|
||||
|
||||
private final static String KEY_STAT_ENABLED = "StatisticsEnabled";
|
||||
private final static String KEY_STAT_COLLECTED = "InitialStatisticsCollected";
|
||||
|
||||
|
@ -184,16 +182,6 @@ public enum Statistics
|
|||
trackIfEnabled(context, event);
|
||||
}
|
||||
|
||||
public void trackPromocodeDialogOpenedEvent()
|
||||
{
|
||||
getEventBuilder().getSimpleNamedEvent(TAG_PROMO_DE + "opened promo code dialog").post();
|
||||
}
|
||||
|
||||
public void trackPromocodeActivatedEvent()
|
||||
{
|
||||
getEventBuilder().getSimpleNamedEvent(TAG_PROMO_DE + "promo code activated").post();
|
||||
}
|
||||
|
||||
public void trackApiCall(ParsedMmwRequest request)
|
||||
{
|
||||
if (request != null && request.getCallerInfo() != null)
|
||||
|
|
Loading…
Add table
Reference in a new issue