Pushers Service
Functions
Add a new Email pusher. Ref: https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-pushers-set
Add a new HTTP pusher. Ref: https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-pushers-set
Enqueues a new HTTP pusher via the WorkManager API. Ref: https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-pushers-set
Get the current pushers.
Get the current pushers, as a LiveData.
Refresh pushers from server state.
Remove an Email pusher.
Remove a Http pusher by its pushkey and appId.
Remove a registered pusher.
Directly ask the push gateway to send a push to this device. If successful, the push gateway has accepted the request. In this case, the app should receive a Push with the provided eventId. In case of error, PusherRejected will be thrown. In this case it means that the pushkey is not valid.
Enables or disables a registered pusher.