Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InAppCampaignSchedule

import type { InAppCampaignSchedule } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Schedule of the campaign.

interface InAppCampaignSchedule {
EndDate?: string | null;
EventFilter?: CampaignEventFilter | null;
QuietTime?: QuietTime | null;
}

§Properties

§
EndDate?: string | null
[src]

The scheduled time after which the in-app message should not be shown. Timestamp is in ISO 8601 format.

§
EventFilter?: CampaignEventFilter | null
[src]

The event filter the SDK has to use to show the in-app message in the application.

§
QuietTime?: QuietTime | null
[src]

Time during which the in-app message should not be shown to the user.