| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
InAppMessageContent |
InAppMessageContent.clone() |
InAppMessageContent |
InAppMessageContent.withBackgroundColor(String backgroundColor)
The background color for the message.
|
InAppMessageContent |
InAppMessageContent.withBodyConfig(InAppMessageBodyConfig bodyConfig)
The configuration for the message body.
|
InAppMessageContent |
InAppMessageContent.withHeaderConfig(InAppMessageHeaderConfig headerConfig)
The configuration for the message header.
|
InAppMessageContent |
InAppMessageContent.withImageUrl(String imageUrl)
The image url for the background of message.
|
InAppMessageContent |
InAppMessageContent.withPrimaryBtn(InAppMessageButton primaryBtn)
The first button inside the message.
|
InAppMessageContent |
InAppMessageContent.withSecondaryBtn(InAppMessageButton secondaryBtn)
The second button inside message.
|
| Modifier and Type | Method and Description |
|---|---|
List<InAppMessageContent> |
InAppMessage.getContent()
In-app message content.
|
List<InAppMessageContent> |
InAppTemplateResponse.getContent()
The content of the message, can include up to 5 modals.
|
List<InAppMessageContent> |
CampaignInAppMessage.getContent()
In-app message content.
|
List<InAppMessageContent> |
InAppTemplateRequest.getContent()
The content of the message, can include up to 5 modals.
|
| Modifier and Type | Method and Description |
|---|---|
InAppMessage |
InAppMessage.withContent(InAppMessageContent... content)
In-app message content.
|
InAppTemplateResponse |
InAppTemplateResponse.withContent(InAppMessageContent... content)
The content of the message, can include up to 5 modals.
|
CampaignInAppMessage |
CampaignInAppMessage.withContent(InAppMessageContent... content)
In-app message content.
|
InAppTemplateRequest |
InAppTemplateRequest.withContent(InAppMessageContent... content)
The content of the message, can include up to 5 modals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InAppMessage.setContent(Collection<InAppMessageContent> content)
In-app message content.
|
void |
InAppTemplateResponse.setContent(Collection<InAppMessageContent> content)
The content of the message, can include up to 5 modals.
|
void |
CampaignInAppMessage.setContent(Collection<InAppMessageContent> content)
In-app message content.
|
void |
InAppTemplateRequest.setContent(Collection<InAppMessageContent> content)
The content of the message, can include up to 5 modals.
|
InAppMessage |
InAppMessage.withContent(Collection<InAppMessageContent> content)
In-app message content.
|
InAppTemplateResponse |
InAppTemplateResponse.withContent(Collection<InAppMessageContent> content)
The content of the message, can include up to 5 modals.
|
CampaignInAppMessage |
CampaignInAppMessage.withContent(Collection<InAppMessageContent> content)
In-app message content.
|
InAppTemplateRequest |
InAppTemplateRequest.withContent(Collection<InAppMessageContent> content)
The content of the message, can include up to 5 modals.
|
Copyright © 2022. All rights reserved.