Uses of Class
com.zerodeplibs.webpush.PushSubscription
-
Packages that use PushSubscription Package Description com.zerodeplibs.webpush Provides the classes and interfaces implementing the key features of Web Push.com.zerodeplibs.webpush.httpclient Provides classes that help applications make HTTP requests for the delivery of push messages. -
-
Uses of PushSubscription in com.zerodeplibs.webpush
Constructors in com.zerodeplibs.webpush with parameters of type PushSubscription Constructor Description PushSubscription(PushSubscription another)Creates a newPushSubscription. -
Uses of PushSubscription in com.zerodeplibs.webpush.httpclient
Methods in com.zerodeplibs.webpush.httpclient with parameters of type PushSubscription Modifier and Type Method Description PreparerBuilder<T>PreparerBuilder. pushSubscription(PushSubscription pushSubscription)Specifies aPushSubscription.
-