summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapboxEvents.h
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2016-01-06 02:28:34 -0500
committerJason Wray <jason@mapbox.com>2016-01-09 01:21:45 -0500
commit45a0f48ea023a73d8652c6c2af94f7048a02157c (patch)
treeeea95fabc4594619dd52673d23102ae684d65464 /platform/ios/src/MGLMapboxEvents.h
parentd7fdcc73bfcab39f63e547ce2af8435a9859cb08 (diff)
downloadqtlocation-mapboxgl-45a0f48ea023a73d8652c6c2af94f7048a02157c.tar.gz
[ios] Add telemetry setting directly to attribution button action sheet
- Deprecate and no-op `+[MGLAccountManager mapboxMetricsEnabledSettingShownInApp]` - Check for attribution button hiding and make sure ToS are understood
Diffstat (limited to 'platform/ios/src/MGLMapboxEvents.h')
-rw-r--r--platform/ios/src/MGLMapboxEvents.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapboxEvents.h b/platform/ios/src/MGLMapboxEvents.h
index 920a2227fd..dba24885bf 100644
--- a/platform/ios/src/MGLMapboxEvents.h
+++ b/platform/ios/src/MGLMapboxEvents.h
@@ -66,7 +66,10 @@ typedef NS_MUTABLE_DICTIONARY_OF(NSString *, id) MGLMutableMapboxEventAttributes
+ (void) flush;
// Main thread only
-+ (void)validate;
++ (void) validate;
+
+// Main thread only
++ (void) ensureMetricsOptoutExists;
@end