PushNotificationsService

Service for managing the authenticated user's push notification device registration.

Functions

Link copied to clipboard
abstract suspend fun deregisterPushNotificationDevice()

Removes the push notification registration for the current device.

Link copied to clipboard

Asynchronously removes the push notification registration for the current device.

Link copied to clipboard

Retrieves the push notification registration details for the current device.

Link copied to clipboard

Asynchronously retrieves the push notification registration details for the current device.

Link copied to clipboard

Registers the current device for push notifications, or replaces an existing registration.

Link copied to clipboard

Asynchronously registers the current device for push notifications, or replaces an existing registration.