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

AndroidPushNotificationTemplate

import type { AndroidPushNotificationTemplate } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface AndroidPushNotificationTemplate {
Action?: Action | null;
Body?: string | null;
ImageIconUrl?: string | null;
ImageUrl?: string | null;
RawContent?: string | null;
SmallImageIconUrl?: string | null;
Sound?: string | null;
Title?: string | null;
Url?: string | null;
}

§Properties

§
Action?: Action | null
[src]
§
Body?: string | null
[src]
§
ImageIconUrl?: string | null
[src]
§
ImageUrl?: string | null
[src]
§
RawContent?: string | null
[src]
§
SmallImageIconUrl?: string | null
[src]
§
Sound?: string | null
[src]
§
Title?: string | null
[src]
§
Url?: string | null
[src]