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.
1 parent 03dd2c7 commit b1eedf7Copy full SHA for b1eedf7
iOS_SDK/OneSignalSDK/OneSignalCore/Source/OSNotification.h
@@ -59,7 +59,8 @@
59
@property(readonly, nullable)NSString* category;
60
61
/* The badge assigned to the application icon */
62
-@property(readonly, nullable)NSNumber* badge;
+@property(readonly)BOOL hasBadge;
63
+@property(readonly)NSInteger badge;
64
@property(readonly)NSInteger badgeIncrement;
65
66
/* The sound parameter passed to the notification
0 commit comments