UNPKG

apns2

Version:

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

16 lines (15 loc) 552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PushType = void 0; var PushType; (function (PushType) { PushType["alert"] = "alert"; PushType["background"] = "background"; PushType["voip"] = "voip"; PushType["complication"] = "complication"; PushType["fileprovider"] = "fileprovider"; PushType["mdm"] = "mdm"; PushType["liveactivity"] = "liveactivity"; PushType["location"] = "location"; PushType["pushtotalk"] = "pushtotalk"; })(PushType || (exports.PushType = PushType = {}));