Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nit: remove unused method from OneSignalExtensionBadgeHandler header
* currentCachedBadgeValue is only used within the OneSignalExtensionBadgeHandler class, no need to expose on header.
  • Loading branch information
nan-li committed May 28, 2025
commit 5114281f54d398bcaf5fa3a61b2fe9e4e67c34c4
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@

@interface OneSignalExtensionBadgeHandler : NSObject
+ (void)handleBadgeCountWithNotificationRequest:(UNNotificationRequest *)request withNotification:(OSNotification *)notification withMutableNotificationContent:(UNMutableNotificationContent *)replacementContent;
+ (NSInteger)currentCachedBadgeValue;
@end