Skip to content

Commit d8a6614

Browse files
committed
Added declarations. These are related to previous commit. It was left.
1 parent ea524f0 commit d8a6614

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

BranchSDK/BranchPluginSupport.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ NS_ASSUME_NONNULL_BEGIN
1313
@interface BranchPluginSupport : NSObject
1414

1515
+ (BranchPluginSupport *)instance;
16+
/**
17+
Sets a custom base URL for all calls to the Branch API.
18+
@param url Base URL that the Branch API will use.
19+
*/
20+
+ (void)setAPIUrl:(NSString *)url;
21+
22+
/**
23+
Sets a custom CDN base URL
24+
@param url Base URL for CDN endpoints.
25+
*/
26+
+ (void)setCDNBaseUrl:(NSString *)url;
1627

1728
- (NSDictionary<NSString *, NSString *> *)deviceDescription;
1829

0 commit comments

Comments
 (0)