Skip to main content

Crate fcm_device_group

Crate fcm_device_group 

Source
Expand description

A crate for using Firebase Cloud Messaging device groups. See https://firebase.google.com/docs/cloud-messaging/android/topic-messaging

Note that you will have to manually depend on a reqwest TLS feature if the default-tls feature is disabled.

Modules§

error
Errors returns by the FCM device group APIs

Structs§

FCMDeviceGroup
A Representation of an FCM Device group
FCMDeviceGroupClient
Client to use fcm device groups
NoToken
In the event that the API endpoint does not require an OAuth2 token, NoToken should be provided to the hub to avoid specifying an authenticator.
OperationResponse
Response from a POST Operation

Enums§

Operation
Represents a POST operation to fcm. See https://firebase.google.com/docs/cloud-messaging/android/device-group

Constants§

FIREBASE_NOTIFICATION_URL
Default URL used for FCM device groups

Traits§

GetToken
GetTokenClone