Uses of Interface
com.vaadin.flow.server.webpush.WebPushSubscriptionResponse
-
Uses of WebPushSubscriptionResponse in com.vaadin.flow.server.webpush
Methods in com.vaadin.flow.server.webpush with parameters of type WebPushSubscriptionResponseModifier and TypeMethodDescriptionvoidWebPush.fetchExistingSubscription(UI ui, WebPushSubscriptionResponse receiver) Get an existing subscription from the client.voidWebPush.subscribe(UI ui, WebPushSubscriptionResponse receiver) Subscribe web push for client.voidWebPush.unsubscribe(UI ui, WebPushSubscriptionResponse receiver) Unsubscribe web push from client.