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 79614ba commit b6e75c4Copy full SHA for b6e75c4
Leanplum-SDK/Classes/Leanplum.h
@@ -329,8 +329,8 @@ NS_SWIFT_NAME(start(userId:completion:));
329
userAttributes:(NSDictionary<NSString *, id> *)attributes
330
NS_SWIFT_UNAVAILABLE("Use start(userId:attributes:completion:");
331
332
-+ (void)startWithUserId:(NSString *)userId
333
- userAttributes:(NSDictionary<NSString *, id> *)attributes
++ (void)startWithUserId:(nullable NSString *)userId
+ userAttributes:(nullable NSDictionary<NSString *, id> *)attributes
334
responseHandler:(nullable LeanplumStartBlock)startResponse
335
NS_SWIFT_NAME(start(userId:attributes:completion:));
336
/**@}*/
0 commit comments