summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-05-12 11:04:14 -0500
committerBrad Leege <bleege@gmail.com>2015-05-12 11:04:14 -0500
commit3391d8f6d843ab57b8c1b1733530caf2a71f9066 (patch)
tree65551838054dd8bca12328fc17626c0c3de05b3e /include
parent106212158630c1fd15aec2225bcbb01268c8bae0 (diff)
parent87551c6d0e189cd6d98cc75e93ba4f0f176a3464 (diff)
downloadqtlocation-mapboxgl-3391d8f6d843ab57b8c1b1733530caf2a71f9066.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;