Welcome to mirror list, hosted at ThFree Co, Russian Federation.

marketing_service_dummy.cpp « platform - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 173e7b3c968304740654f8f30a587f0c96fc2a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "platform/marketing_service.hpp"

void MarketingService::SendPushWooshTag(string const & tag)
{}

void MarketingService::SendPushWooshTag(string const & tag, string const & value)
{}

void MarketingService::SendPushWooshTag(string const & tag, vector<string> const & values)
{}

void MarketingService::SendMarketingEvent(string const & tag, map<string, string> const & params)
{}