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

InAppMessage

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

Provides all fields required for building an in-app message.

interface InAppMessage {
Content?: InAppMessageContent[] | null;
CustomConfig?: {
[key: string]: string | null | undefined;
}
| null;
Layout?: Layout | null;
}

§Properties

§
Content?: InAppMessageContent[] | null
[src]

In-app message content.

§
CustomConfig?: {
[key: string]: string | null | undefined;
}
| null
[src]

Custom config to be sent to SDK.

§
Layout?: Layout | null
[src]

The layout of the message.