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

InAppMessageContent

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

The configuration for the message content.

interface InAppMessageContent {
BackgroundColor?: string | null;
BodyConfig?: InAppMessageBodyConfig | null;
HeaderConfig?: InAppMessageHeaderConfig | null;
ImageUrl?: string | null;
PrimaryBtn?: InAppMessageButton | null;
SecondaryBtn?: InAppMessageButton | null;
}

§Properties

§
BackgroundColor?: string | null
[src]

The background color for the message.

§
BodyConfig?: InAppMessageBodyConfig | null
[src]

The configuration for the message body.

§
HeaderConfig?: InAppMessageHeaderConfig | null
[src]

The configuration for the message header.

§
ImageUrl?: string | null
[src]

The image url for the background of message.

§
PrimaryBtn?: InAppMessageButton | null
[src]

The first button inside the message.

§
SecondaryBtn?: InAppMessageButton | null
[src]

The second button inside message.