Skip to content

Commit 06b428f

Browse files
author
Evan Greer
committed
removes placement id from session constructor
1 parent b2834b5 commit 06b428f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift-sdk/Internal/MiscEmbeddedClasses.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ final public class IterableEmbeddedSession: NSObject, Codable {
4949
public var isActive: Bool
5050

5151
public init(embeddedSessionId: String = UUID().uuidString,
52-
placementId: String? = nil,
5352
embeddedSessionStart: Date,
5453
embeddedSessionEnd: Date? = nil,
5554
impressions: [IterableEmbeddedImpression],

0 commit comments

Comments
 (0)