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

Usage

import * as mod from "https://googleapis.deno.dev/v1/fcmdata:v1beta1.ts";

§Classes

fcmData

Provides additional information about Firebase Cloud Messaging (FCM) message sends and deliveries.

GoogleAuth

§Variables

auth

§Interfaces

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

GoogleFirebaseFcmDataV1beta1AndroidDeliveryData

Message delivery data for a given date, app, and analytics label combination.

GoogleFirebaseFcmDataV1beta1Data

Data detailing messaging delivery

GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents

Overview of delivery performance for messages that were successfully delivered. All percentages are calculated with countMessagesAccepted as the denominator. These categories are not mutually exclusive; a message can be delayed for multiple reasons.

GoogleFirebaseFcmDataV1beta1ListAndroidDeliveryDataResponse

Response message for ListAndroidDeliveryData.

GoogleFirebaseFcmDataV1beta1MessageInsightPercents

Additional information about message delivery. All percentages are calculated with countMessagesAccepted as the denominator.

GoogleFirebaseFcmDataV1beta1MessageOutcomePercents

Percentage breakdown of message delivery outcomes. These categories are mutually exclusive. All percentages are calculated with countMessagesAccepted as the denominator. These categories may not account for all message outcomes.

GoogleTypeDate

Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp

ProjectsAndroidAppsDeliveryDataListOptions

Additional options for fcmData#projectsAndroidAppsDeliveryDataList.