UNPKG

apns-send

Version:

The apns-send npm package enables seamless integration of push notifications using the Apple Push Notification service (APNs) with the HTTP/2 protocol.

10 lines (9 loc) 225 B
export declare enum PushType { alert = "alert", background = "background", voip = "voip", complication = "complication", fileprovider = "fileprovider", mdm = "mdm", liveactivity = "liveactivity" }