Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InAppCampaignSchedule = InAppCampaignSchedule' {}
- newInAppCampaignSchedule :: InAppCampaignSchedule
- inAppCampaignSchedule_endDate :: Lens' InAppCampaignSchedule (Maybe Text)
- inAppCampaignSchedule_quietTime :: Lens' InAppCampaignSchedule (Maybe QuietTime)
- inAppCampaignSchedule_eventFilter :: Lens' InAppCampaignSchedule (Maybe CampaignEventFilter)
Documentation
data InAppCampaignSchedule Source #
Schedule of the campaign.
See: newInAppCampaignSchedule
smart constructor.
InAppCampaignSchedule' | |
|
Instances
newInAppCampaignSchedule :: InAppCampaignSchedule Source #
Create a value of InAppCampaignSchedule
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endDate:InAppCampaignSchedule'
, inAppCampaignSchedule_endDate
- The scheduled time after which the in-app message should not be shown.
Timestamp is in ISO 8601 format.
$sel:quietTime:InAppCampaignSchedule'
, inAppCampaignSchedule_quietTime
- Time during which the in-app message should not be shown to the user.
$sel:eventFilter:InAppCampaignSchedule'
, inAppCampaignSchedule_eventFilter
- The event filter the SDK has to use to show the in-app message in the
application.
inAppCampaignSchedule_endDate :: Lens' InAppCampaignSchedule (Maybe Text) Source #
The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.
inAppCampaignSchedule_quietTime :: Lens' InAppCampaignSchedule (Maybe QuietTime) Source #
Time during which the in-app message should not be shown to the user.
inAppCampaignSchedule_eventFilter :: Lens' InAppCampaignSchedule (Maybe CampaignEventFilter) Source #
The event filter the SDK has to use to show the in-app message in the application.