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.

@FunctionalInterface public interface WebPushSubscriptionResponse extends Serializable
Callback for receiving web push subscription details
Since:
24.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the client-side details are available.
  • Method Details

    • subscription

      void subscription(WebPushSubscription subscription)
      Invoked when the client-side details are available.
      Parameters:
      subscription - web push subscription object