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 cae2997 commit 936157cCopy full SHA for 936157c
swift-sdk/IterableAPI.swift
@@ -413,7 +413,7 @@ import UIKit
413
414
- remark: passing in an empty array will clear subscription list, passing in nil will not modify the list
415
*/
416
- @objc(updateSubscriptions:unsubscribedChannelIds:unsubscribedMessageTypeIds:subscribedMessageTypeIds:campaignIds:templateId:)
+ @objc(updateSubscriptions:unsubscribedChannelIds:unsubscribedMessageTypeIds:subscribedMessageTypeIds:campaignId:templateId:)
417
public static func updateSubscriptions(_ emailListIds: [NSNumber]?,
418
unsubscribedChannelIds: [NSNumber]?,
419
unsubscribedMessageTypeIds: [NSNumber]?,
0 commit comments