Package com.vaadin.flow.server.webpush
Interface WebPushState
- 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 client-side state boolean.
- Since:
- 24.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidstate(boolean state) Invoked when the client-side details are available.
-
Method Details
-
state
void state(boolean state) Invoked when the client-side details are available.- Parameters:
state- boolean for requested state
-