| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignEventFilter |
CampaignEventFilter.clone() |
CampaignEventFilter |
Schedule.getEventFilter()
The type of event that causes the campaign to be sent, if the value of the Frequency property is EVENT.
|
CampaignEventFilter |
InAppCampaignSchedule.getEventFilter()
The event filter the SDK has to use to show the in-app message in the application.
|
CampaignEventFilter |
CampaignEventFilter.withDimensions(EventDimensions dimensions)
The dimension settings of the event filter for the campaign.
|
CampaignEventFilter |
CampaignEventFilter.withFilterType(FilterType filterType)
The type of event that causes the campaign to be sent.
|
CampaignEventFilter |
CampaignEventFilter.withFilterType(String filterType)
The type of event that causes the campaign to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setEventFilter(CampaignEventFilter eventFilter)
The type of event that causes the campaign to be sent, if the value of the Frequency property is EVENT.
|
void |
InAppCampaignSchedule.setEventFilter(CampaignEventFilter eventFilter)
The event filter the SDK has to use to show the in-app message in the application.
|
Schedule |
Schedule.withEventFilter(CampaignEventFilter eventFilter)
The type of event that causes the campaign to be sent, if the value of the Frequency property is EVENT.
|
InAppCampaignSchedule |
InAppCampaignSchedule.withEventFilter(CampaignEventFilter eventFilter)
The event filter the SDK has to use to show the in-app message in the application.
|
Copyright © 2024. All rights reserved.