Uses of Class
org.vrspace.server.obj.WebPushSubscription
Packages that use WebPushSubscription
-
Uses of WebPushSubscription in org.vrspace.server.api
Methods in org.vrspace.server.api with parameters of type WebPushSubscriptionModifier and TypeMethodDescriptionvoidWebPush.subscribe(WebPushSubscription info, jakarta.servlet.http.HttpSession session) Subscribe to webpush: this notifies the server that the browser has created a webpush subscription.voidWebPush.unsubscribe(WebPushSubscription info, jakarta.servlet.http.HttpSession session) Removes subscription information from the server, when browser unsubscribes. -
Uses of WebPushSubscription in org.vrspace.server.core
Methods in org.vrspace.server.core that return types with arguments of type WebPushSubscription