summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-05-12 11:04:14 -0500
committerJustin R. Miller <incanus@codesorcery.net>2015-05-12 18:44:49 -0700
commit0a1e89a9ca821963bbf03e70021ffd0342c16de6 (patch)
treea188cdc1059cc59e187551971c089a923a9f5ec0 /include
parentbc7e2b9b94995ea850bfb03d11c6046e82978c49 (diff)
downloadqtlocation-mapboxgl-0a1e89a9ca821963bbf03e70021ffd0342c16de6.tar.gz
Merge pull request #1520 from mapbox/1516-opt-out-checking
Explicit Opt Out Checking
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLAccountManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/ios/MGLAccountManager.h b/include/mbgl/ios/MGLAccountManager.h
index c1b7406b9e..f856f16cc5 100644
--- a/include/mbgl/ios/MGLAccountManager.h
+++ b/include/mbgl/ios/MGLAccountManager.h
@@ -1,5 +1,6 @@
@interface MGLAccountManager : NSObject
++ (void) setMapboxMetricsEnabledSettingShownInApp:(BOOL)showsOptOut;
+ (void) setAccessToken:(NSString *) accessToken;
+ (NSString *) accessToken;