|
1 | | -## 2.3.0-beta.0 |
| 1 | +## 3.0.0 |
2 | 2 |
|
3 | 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])` |
| 4 | +- Added embedded messaging functionality. This includes the ability to: |
| 5 | + - Manually sync messages with `Iterable.embeddedManager.syncMessages()` |
| 6 | + - Get messages with `Iterable.embeddedManager.getMessages([PLACEMENT_IDS])` |
7 | 7 | - Start an embedded session with `Iterable.embeddedManager.startSession()` |
8 | 8 | - End an embedded session with `Iterable.embeddedManager.endSession()` |
9 | 9 | - Start an embedded impression with |
10 | | - `Iterable.embeddedManager.startImpression(MESSAGE_ID, PLACEMENT_ID])` |
| 10 | + `Iterable.embeddedManager.startImpression(MESSAGE_ID, PLACEMENT_ID)` |
11 | 11 | - Pause an embedded impression with |
12 | | - `Iterable.embeddedManager.pauseImpression(MESSAGE_ID])` |
13 | | - - Handle embedded click with `Iterable.embeddedManager.handleClick(message, buttonId, action)` |
| 12 | + `Iterable.embeddedManager.pauseImpression(MESSAGE_ID)` |
| 13 | + - Handle embedded clicks with |
| 14 | + `Iterable.embeddedManager.handleClick(message, buttonId, action)` |
| 15 | +- Added out-of-the-box (OOTB) embedded views (embedded components) for rendering |
| 16 | + embedded messages in your app: |
| 17 | + - `IterableEmbeddedView` — renders a message by `IterableEmbeddedViewType` |
| 18 | + (Banner, Card, or Notification) |
| 19 | + - `IterableEmbeddedBanner`, `IterableEmbeddedCard`, and |
| 20 | + `IterableEmbeddedNotification` — individual OOTB view components |
| 21 | + - `IterableEmbeddedViewConfig` — optional styling configuration for OOTB views |
14 | 22 |
|
15 | 23 | ## 2.2.2 |
16 | 24 | ### Updates |
|
0 commit comments