Skip to content

Commit 51ccffb

Browse files
authored
Merge pull request #751 from Iterable/evan/remove-last=push-payload-setter
removes last push payload setter
2 parents abd0fd2 + 48ac116 commit 51ccffb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

swift-sdk/IterableAPI.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ import UIKit
3636

3737
/// The `userInfo` dictionary which came with last push
3838
public static var lastPushPayload: [AnyHashable: Any]? {
39-
get {
40-
implementation?.lastPushPayload
41-
} set {
42-
implementation?.lastPushPayload = newValue
43-
}
39+
implementation?.lastPushPayload
4440
}
4541

4642
/// Attribution info (`campaignId`, `messageId`, etc.) for last push open or app link click from an email

0 commit comments

Comments
 (0)