Web
PRIM_WEB.PushManager
Controls a client push subscription providing a method for a user to give permissions and subscribe to receive push notifications. The resulting subscription object is sent to the server and stored so it can be used once.
PRIM_WEB.PushManager.Subscription
Contains the necessary information that is returned to the Application Server to store the details of a user's subscription.
Application Server Windows/IBM i
PRIM_SRVM.HttpPushMessage
Sends push notifications to subscribed users based on their subscription details.
PRIM_CAP.PrivateKey.VapidPublicKey
Retrieves the Vapid public key, which is used as the application server key.