diff options
author | Brad Leege <bleege@gmail.com> | 2015-05-12 11:04:14 -0500 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-05-12 18:44:49 -0700 |
commit | 0a1e89a9ca821963bbf03e70021ffd0342c16de6 (patch) | |
tree | a188cdc1059cc59e187551971c089a923a9f5ec0 /include | |
parent | bc7e2b9b94995ea850bfb03d11c6046e82978c49 (diff) | |
download | qtlocation-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.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; |