summaryrefslogtreecommitdiff
path: root/platform/ios/vendor/mapbox-accounts-ios/MBXSKUToken.h
blob: cf4da52965ad862493a9f1cc33d55ec195b74caa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

extern NSString *const MBXAccountsMapsSKUIDMaps;
extern NSString *const MBXAccountsNavigationSKUIDMaps;

@interface MBXSKUToken : NSObject

+ (NSString *)mapsSKUTokenForUserId:(NSString *)userId;
+ (NSString *)navigationSKUTokenForUserId:(NSString *)userId;
+ (NSString *)generateEndUserId;

@end

NS_ASSUME_NONNULL_END