We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea524f0 commit d8a6614Copy full SHA for d8a6614
BranchSDK/BranchPluginSupport.h
@@ -13,6 +13,17 @@ NS_ASSUME_NONNULL_BEGIN
13
@interface BranchPluginSupport : NSObject
14
15
+ (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;
27
28
- (NSDictionary<NSString *, NSString *> *)deviceDescription;
29
0 commit comments