UNPKG

apns2

Version:

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

13 lines (12 loc) 436 B
export 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 || (PushType = {}));