| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
InAppMessage |
InAppMessage.addCustomConfigEntry(String key,
String value)
Add a single CustomConfig entry
|
InAppMessage |
InAppMessage.clearCustomConfigEntries()
Removes all the entries added into CustomConfig.
|
InAppMessage |
InAppMessage.clone() |
InAppMessage |
InAppMessageCampaign.getInAppMessage()
In-app message content with all fields required for rendering an in-app message.
|
InAppMessage |
InAppMessage.withContent(Collection<InAppMessageContent> content)
In-app message content.
|
InAppMessage |
InAppMessage.withContent(InAppMessageContent... content)
In-app message content.
|
InAppMessage |
InAppMessage.withCustomConfig(Map<String,String> customConfig)
Custom config to be sent to SDK.
|
InAppMessage |
InAppMessage.withLayout(Layout layout)
The layout of the message.
|
InAppMessage |
InAppMessage.withLayout(String layout)
The layout of the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InAppMessageCampaign.setInAppMessage(InAppMessage inAppMessage)
In-app message content with all fields required for rendering an in-app message.
|
InAppMessageCampaign |
InAppMessageCampaign.withInAppMessage(InAppMessage inAppMessage)
In-app message content with all fields required for rendering an in-app message.
|
Copyright © 2022. All rights reserved.