Package com.vaadin.flow.server.webpush


package com.vaadin.flow.server.webpush
  • Class
    Description
    Base class for handling Web Push notifications.
    Checked exception which is thrown when Web Push initialisation or sending a Web Push notification fails.
    Holds the keys that used to encrypt the Web Push notification payload, so that only the current browser can read (decrypt) the content of notifications.
    Web Push message object containing an information to be shown in the notification.
    Callback for receiving web push client-side state boolean.
    Represents a Web Push subscription that Push Manager gives back, when a user subscribes to push notifications in browser.
    Callback for receiving web push subscription details