You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(push_notification_client): add PushNotificationResult and update method return types
- Introduce PushNotificationResult class to encapsulate the result of bulk push notification send operations
- Update sendNotification and sendBulkNotifications methods to return PushNotificationResult instead of void
- These changes allow for better error handling and cleanup of invalid device tokens
0 commit comments