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.

@FunctionalInterface public interface WebPushState extends Serializable
Callback for receiving web push client-side state boolean.
Since:
24.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    state(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