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.
2 parents cae2997 + 936157c commit 1f008b2Copy full SHA for 1f008b2
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