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

ApnsFcmOptions

import type { ApnsFcmOptions } from "https://googleapis.deno.dev/v1/fcm:v1.ts";

Options for features provided by the FCM SDK for iOS.

interface ApnsFcmOptions {
analyticsLabel?: string;
image?: string;
}

§Properties

§
analyticsLabel?: string
[src]

Label associated with the message's analytics data.

§
image?: string
[src]

Contains the URL of an image that is going to be displayed in a notification. If present, it will override google.firebase.fcm.v1.Notification.image.