| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
InAppMessageCampaign |
InAppMessageCampaign.clone() |
InAppMessageCampaign |
InAppMessageCampaign.withCampaignId(String campaignId)
Campaign id of the corresponding campaign.
|
InAppMessageCampaign |
InAppMessageCampaign.withDailyCap(Integer dailyCap)
Daily cap which controls the number of times any in-app messages can be shown to the endpoint during a day.
|
InAppMessageCampaign |
InAppMessageCampaign.withInAppMessage(InAppMessage inAppMessage)
In-app message content with all fields required for rendering an in-app message.
|
InAppMessageCampaign |
InAppMessageCampaign.withPriority(Integer priority)
Priority of the in-app message.
|
InAppMessageCampaign |
InAppMessageCampaign.withSchedule(InAppCampaignSchedule schedule)
Schedule of the campaign.
|
InAppMessageCampaign |
InAppMessageCampaign.withSessionCap(Integer sessionCap)
Session cap which controls the number of times an in-app message can be shown to the endpoint during an
application session.
|
InAppMessageCampaign |
InAppMessageCampaign.withTotalCap(Integer totalCap)
Total cap which controls the number of times an in-app message can be shown to the endpoint.
|
InAppMessageCampaign |
InAppMessageCampaign.withTreatmentId(String treatmentId)
Treatment id of the campaign.
|
| Modifier and Type | Method and Description |
|---|---|
List<InAppMessageCampaign> |
InAppMessagesResponse.getInAppMessageCampaigns()
List of targeted in-app message campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
InAppMessagesResponse |
InAppMessagesResponse.withInAppMessageCampaigns(InAppMessageCampaign... inAppMessageCampaigns)
List of targeted in-app message campaigns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InAppMessagesResponse.setInAppMessageCampaigns(Collection<InAppMessageCampaign> inAppMessageCampaigns)
List of targeted in-app message campaigns.
|
InAppMessagesResponse |
InAppMessagesResponse.withInAppMessageCampaigns(Collection<InAppMessageCampaign> inAppMessageCampaigns)
List of targeted in-app message campaigns.
|
Copyright © 2022. All rights reserved.