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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Zatsepin <az@mapswithme.com>2018-09-21 20:12:56 +0300
committerSergey Yershov <syershov@maps.me>2018-09-24 15:29:08 +0300
commitd1a1484ea26b6adbce64d149f906bfac7c40050e (patch)
tree859490ae8c748c10d5fe1fea31bb71c1c47351b8 /android/src/com/mapswithme/maps/PrivateVariables.java
parent39f350013bba778048fe6a14bb146256918273bb (diff)
[android] Added usage ads removal ids from private
Diffstat (limited to 'android/src/com/mapswithme/maps/PrivateVariables.java')
-rw-r--r--android/src/com/mapswithme/maps/PrivateVariables.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/src/com/mapswithme/maps/PrivateVariables.java b/android/src/com/mapswithme/maps/PrivateVariables.java
index 36b8533f97..634ef2088b 100644
--- a/android/src/com/mapswithme/maps/PrivateVariables.java
+++ b/android/src/com/mapswithme/maps/PrivateVariables.java
@@ -25,6 +25,12 @@ public class PrivateVariables
public static native String adsRemovalServerId();
@NonNull
public static native String adsRemovalVendor();
+ @NonNull
+ public static native String adsRemovalYearlyProductId();
+ @NonNull
+ public static native String adsRemovalMonthlyProductId();
+ @NonNull
+ public static native String adsRemovalWeeklyProductId();
/**
* @return interval in seconds
*/