diff options
author | Brad Leege <bleege@gmail.com> | 2015-05-12 11:04:14 -0500 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2015-05-12 11:04:14 -0500 |
commit | 3391d8f6d843ab57b8c1b1733530caf2a71f9066 (patch) | |
tree | 65551838054dd8bca12328fc17626c0c3de05b3e /include/mbgl | |
parent | 106212158630c1fd15aec2225bcbb01268c8bae0 (diff) | |
parent | 87551c6d0e189cd6d98cc75e93ba4f0f176a3464 (diff) | |
download | qtlocation-mapboxgl-3391d8f6d843ab57b8c1b1733530caf2a71f9066.tar.gz |
Merge pull request #1520 from mapbox/1516-opt-out-checking
Explicit Opt Out Checking
Diffstat (limited to 'include/mbgl')
-rw-r--r-- | include/mbgl/ios/MGLAccountManager.h | 1 |
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; |