UNPKG

apns2

Version:

Node client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens.

15 lines (14 loc) 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PushType = void 0; exports.PushType = { alert: "alert", background: "background", voip: "voip", complication: "complication", fileprovider: "fileprovider", mdm: "mdm", liveactivity: "liveactivity", location: "location", pushtotalk: "pushtotalk", };