notifly_flutter library
Classes
- InAppMessageEvent
- Represents an in-app message event received from the Notifly service. This matches the native SDK interface structure exactly.
- NotiflyPlugin
- Notifly Flutter plugin.
- OSNotification
- Represents a notification received from the Notifly service.
- OSNotificationClickEvent
- Represents a notification click event.
Enums
- OSNotificationImportance
- Represents the importance of a notification. (Used only on Android)
Functions
-
getPlatformName(
) → Future< String> - Returns the name of the current platform.
Typedefs
- NotificationClickListener = void Function(OSNotificationClickEvent event)
- Callback for handling received notifications.