Package com.vaadin.flow.server.webpush
Interface WebPushSubscriptionResponse
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback for receiving web push subscription details
- Since:
- 24.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidsubscription(WebPushSubscription subscription) Invoked when the client-side details are available.
-
Method Details
-
subscription
Invoked when the client-side details are available.- Parameters:
subscription- web push subscription object
-