Uses of Interface
com.vaadin.flow.server.webpush.WebPushState
-
Uses of WebPushState in com.vaadin.flow.server.webpush
Methods in com.vaadin.flow.server.webpush with parameters of type WebPushStateModifier and TypeMethodDescriptionvoidWebPush.isNotificationDenied(UI ui, WebPushState receiver) Check if notifications are denied on the client.voidWebPush.isNotificationGranted(UI ui, WebPushState receiver) Check if notifications are granted on the client.voidWebPush.subscriptionExists(UI ui, WebPushState receiver) Check if there is a web push subscription registered to the serviceWorker on the client.