Skip to content

Commit ae147ee

Browse files
Rename parameter from "urlClicked" to "clickedUrl".
1 parent c0115a0 commit ae147ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift-sdk/ITBConsts.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public extension AnyHashable {
138138

139139
//In-App Constants
140140
public extension AnyHashable {
141-
public static let ITBL_IN_APP_CLICK_URL = "urlClick"
141+
public static let ITBL_IN_APP_CLICKED_URL = "clickedUrl"
142142

143143
public static let ITBL_IN_APP_BUTTON_INDEX = "buttonIndex"
144144
public static let ITBL_IN_APP_MESSAGE = "inAppMessages"

swift-sdk/Internal/IterableAPIInternal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ final class IterableAPIInternal : NSObject, PushTrackerProtocol {
448448
func trackInAppClick(_ messageId: String, buttonURL: String) {
449449
var args: [AnyHashable : Any] = [
450450
.ITBL_KEY_MESSAGE_ID: messageId,
451-
.ITBL_IN_APP_CLICK_URL: buttonURL
451+
.ITBL_IN_APP_CLICKED_URL: buttonURL
452452
]
453453
addEmailOrUserId(args: &args)
454454

0 commit comments

Comments
 (0)