Push Manager Interface
interface PushManagerInterface
Object representing the PushManager used to manage subscriptions
The PushManager
object is the main interface provided by this crate it allow consumers to manage push subscriptions. It exposes methods that interact with the autopush server
and persists state representing subscriptions.
Inheritors
Functions
Link copied to clipboard
Retrieves an existing push subscription
Link copied to clipboard
Subscribes to a new channel and gets the Subscription Info block
Link copied to clipboard
Unsubscribe from given scope, ending that subscription for the user.
Link copied to clipboard
Unsubscribe all channels for the user
Link copied to clipboard
Verifies the connection state