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 2e20861 commit 1663cbaCopy full SHA for 1663cba
iOS_SDK/OneSignalSDK/Source/OneSignal.h
@@ -130,6 +130,12 @@ typedef NS_ENUM(NSUInteger, OSNotificationActionType) {
130
/* iOS 10+ : Groups notifications into threads */
131
@property(readonly, nullable)NSString *threadId;
132
133
+/* iOS 15+ : Relevance Score for notification summary */
134
+@property(readonly, nullable)NSNumber *relevanceScore;
135
+
136
+/* iOS 15+ : Interruption Level */
137
+@property(readonly)NSString *interruptionLevel;
138
139
/* Parses an APNS push payload into a OSNotification object.
140
Useful to call from your NotificationServiceExtension when the
141
didReceiveNotificationRequest:withContentHandler: method fires. */
0 commit comments