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 a8729cd commit 201c032Copy full SHA for 201c032
swift-sdk/IterableAPI.swift
@@ -123,11 +123,11 @@ public final class IterableAPI: NSObject {
123
124
// MARK: - SDK
125
126
- public static func setEmail(_ email: String?, authToken: String? = nil) {
+ public static func setEmail(_ email: String?, _ authToken: String? = nil) {
127
internalImplementation?.setEmail(email, authToken: authToken)
128
}
129
130
- public static func setUserId(_ userId: String?, authToken: String? = nil) {
+ public static func setUserId(_ userId: String?, _ authToken: String? = nil) {
131
internalImplementation?.setUserId(userId, authToken: authToken)
132
133
0 commit comments