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 b1ea88f commit 56b4724Copy full SHA for 56b4724
Leanplum-SDK/Classes/Leanplum.h
@@ -188,6 +188,14 @@ extern NSString *const kEnvProduction;
188
+ (void)setApiHostName:(NSString *)hostName withServletName:(NSString *)servletName usingSsl:(BOOL)ssl
189
NS_SWIFT_NAME(setApiHostName(_:servletName:ssl:));
190
191
+/**
192
+ * Optional. Sets socket hostname and port
193
+ * @param hostName The name of the socket host
194
+ * @param port port of the socket
195
+ */
196
++ (void)setSocketHostName:(NSString *)hostName withPortNumber:(int)port
197
+NS_SWIFT_NAME(setSocketHostName(_:port:));
198
+
199
/**
200
* Optional. Adjusts the network timeouts.
201
* The default timeout is 10 seconds for requests, and 15 seconds for file downloads.
0 commit comments