Skip to content

Commit

Permalink
Merge pull request #751 from Iterable/evan/remove-last=push-payload-s…
Browse files Browse the repository at this point in the history
…etter

removes last push payload setter
  • Loading branch information
evantk91 authored Mar 26, 2024
2 parents abd0fd2 + 48ac116 commit 51ccffb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions swift-sdk/IterableAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ import UIKit

/// The `userInfo` dictionary which came with last push
public static var lastPushPayload: [AnyHashable: Any]? {
get {
implementation?.lastPushPayload
} set {
implementation?.lastPushPayload = newValue
}
implementation?.lastPushPayload
}

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

0 comments on commit 51ccffb

Please sign in to comment.