Module routers

Source
Expand description

Routers route notifications to user agents

Modules§

apns
A notification router for Apple devices, using Apple Push Notification Service
common 🔒
fcm
A notification router for Android devices, using Firebase Cloud Messaging
stub
webpush

Structs§

RouterResponse
The response returned when a router routes a notification

Enums§

RouterError

Traits§

Router