Skip to content

Commit

Permalink
removes last push payload setter
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greer committed Mar 20, 2024
1 parent 8eeda49 commit 48ac116
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 48ac116

Please sign in to comment.