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
|`isUrgent`| boolean | no |`false`| When `true`, sends as high-priority alert; when `false`, sends as background notification |
213
-
|`isMutableContent`| boolean | no |`false`| APNs only. When `true`, sets the `mutable-content` flag in the APNs payload, allowing the iOS app's Notification Service Extension (NSE) to modify the notification content before display (e.g. for client-side decryption) |
209
+
| Field | Type | Required | Default | Description|
|`isUrgent`| boolean | no |`false`| When `true`, sends as high-priority alert; when `false`, sends as background notification|
213
+
|`isMutableContent`| boolean | no |`false`| APNs only. When `true`, sets the `mutable-content` flag in the APNs payload, allowing the iOS app's Notification Service Extension (NSE) to modify the notification content before display (e.g. for client-side decryption) |
0 commit comments