Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/expo_server_sdk_deno/index.ts>Expo#getPushNotificationReceiptsAsync

Server-side library for working with Expo using Deno
Latest
method Expo.prototype.getPushNotificationReceiptsAsync
import { Expo } from "https://deno.land/x/expo_server_sdk_deno@1.0.4/index.ts";

Parameters

receiptIds: ExpoPushReceiptId[]

Returns

Promise<{ [id: string]: ExpoPushReceipt; }>