diff --git a/README.md b/README.md index 57314485..8ec73b8c 100644 --- a/README.md +++ b/README.md @@ -1653,6 +1653,121 @@ Support levels: +## Supported UserNotifications + +Skip integrates its support for the UserNotifications framework into SkipUI. + +The following table summarizes SkipUI's UserNotifications support on Android. Anything not listed here is likely not supported. Note that in your iOS-only code - i.e. code within `#if !SKIP` blocks - you can use any UserNotifications API you want. + +Support levels: + + - ✅ – Full + - 🟢 – High + - 🟡 – Medium + - 🟠 – Low + +
Support | API | + +
---|---|
🟡 | +
+
+
+
+ |
+
🟡 | +
+
+
+
+ |
+
✅ | +UNNotification |
+
🟡 | +
+
+
+
+ |
+
🟡 | +
+
+
+
+ |
+
✅ | +UNNotificationRequest |
+
✅ | +UNNotificationResponse |
+
🟡 | +
+
+
+
+ |
+
🟡 | +
+
+
+
+ |
+
🟠 | +
+
+
+
+ |
+
✅ | +UNUserNotificationCenterDelegate |
+