File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 2.3.0-beta.0
2+
3+ ### Updates
4+ - Added embedded messaging functionality. This includes the ability to:
5+ - Manually sync the messages with ` Iterable.embeddedManager.syncMessages() `
6+ - Get the messages with ` Iterable.embeddedManager .getMessages([PLACEMENT_IDS]) `
7+ - Start an embedded session with ` Iterable.embeddedManager.startSession() `
8+ - End an embedded session with ` Iterable.embeddedManager.endSession() `
9+ - Start an embedded impression with
10+ ` Iterable.embeddedManager.startImpression(MESSAGE_ID, PLACEMENT_ID]) `
11+ - Pause an embedded impression with
12+ ` Iterable.embeddedManager.pauseImpression(MESSAGE_ID]) `
13+ - Handle embedded click with ` Iterable.embeddedManager.handleClick(message, buttonId, action) `
14+
115## 2.2.0
216
317### Updates
You can’t perform that action at this time.
0 commit comments