Skip to main content
Module

x/expo_server_sdk_deno/index.ts>ExpoPushMessage

Server-side library for working with Expo using Deno
Latest
type alias ExpoPushMessage
import { type ExpoPushMessage } from "https://deno.land/x/expo_server_sdk_deno@1.0.4/index.ts";
definition: { to: ExpoPushToken | ExpoPushToken[]; data?: ExpoPushMessageDetailsObject; title?: string; subtitle?: string; body?: string; sound?: "default" | null | { critical?: boolean; name?: "default" | null; volume?: number; }; ttl?: number; expiration?: number; priority?: "default" | "normal" | "high"; badge?: number; channelId?: string; categoryId?: string; mutableContent?: boolean; }