Module a2::request::notification

source ·
Expand description

The aps notification content builders

Structs

A builder to create a localized APNs payload.
Headers to specify options to the notification.
A builder to create a simple APNs notification payload.
A builder to create an APNs silent notification payload which can be used to send custom data to the user’s phone if the user hasn’t been running the app for a while. The custom data needs to be implementing Serialize from Serde.

Enums

The importance how fast to bring the notification for the user..

Traits