Uses of Class
io.meeds.pwa.model.UserPushSubscription
Packages that use UserPushSubscription
-
Uses of UserPushSubscription in io.meeds.pwa.rest
Methods in io.meeds.pwa.rest with parameters of type UserPushSubscriptionModifier and TypeMethodDescriptionvoidPwaPushSubscriptionRest.subscribe(org.springframework.web.context.request.WebRequest request, UserPushSubscription subscription) voidPwaPushSubscriptionRest.unsubscribe(org.springframework.web.context.request.WebRequest request, UserPushSubscription subscription) -
Uses of UserPushSubscription in io.meeds.pwa.service
Methods in io.meeds.pwa.service that return types with arguments of type UserPushSubscriptionMethods in io.meeds.pwa.service with parameters of type UserPushSubscriptionModifier and TypeMethodDescriptionvoidPwaSubscriptionService.createSubscription(UserPushSubscription subscription, String username) -
Uses of UserPushSubscription in io.meeds.pwa.storage
Methods in io.meeds.pwa.storage that return UserPushSubscriptionModifier and TypeMethodDescriptionMethods in io.meeds.pwa.storage that return types with arguments of type UserPushSubscriptionModifier and TypeMethodDescriptionMethods in io.meeds.pwa.storage with parameters of type UserPushSubscriptionModifier and TypeMethodDescriptionvoidPwaSubscriptionStorage.create(UserPushSubscription subscription, String username)