We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
push
1 parent ff734ee commit d89327dCopy full SHA for d89327d
src/push.rs
@@ -1,3 +1,11 @@
1
+//! # Push notifications module.
2
+//!
3
+//! This module is responsible for Apple Push Notification Service
4
+//! and Firebase Cloud Messaging push notifications.
5
6
+//! It provides [`PushSubscriber`] type
7
+//! which holds push notification token for the device,
8
+//! shared by all accounts.
9
use std::sync::atomic::Ordering;
10
use std::sync::Arc;
11
0 commit comments