Notification APIs

This commit is contained in:
2025-04-27 23:52:41 +08:00
parent cb7179aa27
commit bd7e589681
4 changed files with 64 additions and 0 deletions

View File

@ -42,6 +42,8 @@ public class NotificationService
: ApnServerType.Development
}, clientFactory.CreateClient());
}
// TODO remove all push notification with this device id when this device is logged out
public async Task<NotificationPushSubscription> SubscribePushNotification(
Account account,