Expand description
Platform services shared by Fission shells.
Notifications are modelled as typed host capabilities. Deep links and notification responses are inbound lifecycle actions dispatched by shells.
Structs§
- Cancel
AllNotifications Capability - Cancel
Notification Capability - Cancel
Notification Request - Request to cancel one notification.
- Deep
Link - Inbound URL delivered by the host shell.
- Deep
Link Config - Declarative runtime filter for inbound deep links.
- Deep
Link Received - Built-in action dispatched by shells when a deep link is received.
- GetNotification
Settings Capability - Notification
Action Button - Action button exposed by a notification.
- Notification
Error - Portable notification error payload returned by hosts.
- Notification
Id - Stable identifier for a local or scheduled notification.
- Notification
Permission Request - Request sent when an app asks the host to request notification permission.
- Notification
Receipt - Success payload for show/schedule notification operations.
- Notification
Request - Request to show or schedule a notification.
- Notification
Response - Response from the OS/browser after a user interacted with a notification.
- Notification
Response Received - Built-in action dispatched by shells when a notification response arrives.
- Notification
Settings - Current notification settings known to the host.
- Push
Registration - Push registration returned by the host.
- Push
Registration Request - Request to register for remote/push notifications.
- Register
Push Notifications Capability - Request
Notification Permission Capability - Schedule
Notification Capability - SetBadge
Count Capability - SetBadge
Count Request - Request to set or clear the app badge.
- Show
Notification Capability - Unregister
Push Notifications Capability
Enums§
- Deep
Link Source - Source that delivered an inbound deep link.
- Notification
Permission - Permission state reported by the host notification system.
- Notification
Schedule - Portable scheduling request.
- Notification
Sound - Notification sound policy.
- Push
Platform - Push provider used by a host registration.