Skip to content

Commit

Permalink
docs: document push module
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Dec 5, 2024
1 parent 8c9efc6 commit ddcb814
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/push.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
//! # Push notifications module.
//!
//! This module is responsible for Apple Push Notification Service
//! and Firebase Cloud Messaging push notifications.
//!
//! It provides [`PushSubscriber`] type
//! which holds push notification token for the device,
//! shared by all accounts.
use std::sync::atomic::Ordering;
use std::sync::Arc;

Expand Down

0 comments on commit ddcb814

Please sign in to comment.