@@ -19,22 +19,22 @@ The local notification plugin provides a way to show local notifications from Xa
19
19
20
20
## Platform Support
21
21
22
- | Feature | Xamarin.iOS | Xamarin.Android | net6.0-ios | net6.0-android | net7.0-ios | net7.0-android | net8.0-ios (>= 11) | net8.0-android (>= 11) |
23
- | ----------------------------- | ----------- | --------------- | ---------- | -------------- | ---------- | -------------- | ---------- | -------------- |
24
- | Build SDK | >= 10 | >= API 31 | >= 16 | >= API 31 | >= 16 | >= API 33 | >= 16 | >= API 34 |
25
- | Supported OS Version | >= 10 | >= API 19 | >= 10 | >= API 21 | >= 10 | >= API 21 | >= 11 | >= API 21 |
26
- | Title | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
27
- | Description | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
28
- | Subtitle | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
29
- | [ Schedule] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/3.-Scheduled-Android-notifications ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
30
- | [ Repeat] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/4.-Repeat-Notification ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
31
- | [ Custom Sounds] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/Notification-with-a-Sound-File ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
32
- | Images | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
33
- | [ Notification Actions] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/5.-Notification-with-Action ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
34
- | Clear Delivered Notifications | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
35
- | Get Pending Notifications | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
36
- | Get Delivered Notifications | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
37
- | [ Location Notifications] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/Location-Notifications ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
22
+ | Feature | Xamarin.iOS | Xamarin.Android | net7.0-ios | net7.0-android | net8.0-ios (>= 11) | net8.0-android (>= 11) |
23
+ | ----------------------------- | ----------- | --------------- | ---------- | -------------- | ------------------ | ---------------------- |
24
+ | Build SDK | >= 10 | >= API 31 | >= 16 | >= API 33 | >= 16 | >= API 34 |
25
+ | Supported OS Version | >= 10 | >= API 19 | >= 10 | >= API 21 | >= 11 | >= API 21 |
26
+ | Title | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
27
+ | Description | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
28
+ | Subtitle | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
29
+ | [ Schedule] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/3.-Scheduled-Android-notifications ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
30
+ | [ Repeat] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/4.-Repeat-Notification ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
31
+ | [ Custom Sounds] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/Notification-with-a-Sound-File ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
32
+ | Images | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
33
+ | [ Notification Actions] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/5.-Notification-with-Action ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
34
+ | Clear Delivered Notifications | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
35
+ | Get Pending Notifications | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
36
+ | Get Delivered Notifications | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
37
+ | [ Location Notifications] ( https://github.com/thudugala/Plugin.LocalNotification/wiki/Location-Notifications ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
38
38
39
39
# Usage
40
40
0 commit comments