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
/// - targetContentID: The identifier of the window brought forward.
177
189
/// - interruptionLevel: A string that indicates the importance and delivery timing of a notification.
178
190
/// - relevanceScore: The relevance score, a number between `0` and `1`, that the system uses to sort the notifications from your app.
191
+
/// - contentAvailable: The content available flag, when set to `1`, the notification will wake up your app in the background and trigger `didReceiveRemoteNotification`.
179
192
/// - apnsID: A canonical UUID that identifies the notification.
/// - targetContentID: The identifier of the window brought forward.
240
255
/// - interruptionLevel: A string that indicates the importance and delivery timing of a notification.
241
256
/// - relevanceScore: The relevance score, a number between `0` and `1`, that the system uses to sort the notifications from your app.
257
+
/// - contentAvailable: The content available flag, when set to `1`, the notification will wake up your app in the background and trigger `didReceiveRemoteNotification`.
242
258
/// - apnsID: A canonical UUID that identifies the notification.
0 commit comments