tizen_notification library

Classes

AppControl
Represents a control message exchanged between applications.
NotificationIcons
A set of icons to be shown in the notification layouts.
NotificationProperty
How the system handles the notification in certain scenarios.
NotificationSound
The sound to play when the notification is presented.
NotificationStyle
Where and how the notification should be presented.
NotificationVibration
The notification vibration options.
ReceivedAppControl
Represents a received AppControl message.
TizenNotificationDetails
The notification details.
TizenNotificationPlugin
Provides functionality for displaying notifications.

Enums

AppControlReplyResult
Enumeration for the application control result.
LaunchMode
Enumeration for the application control launch mode.
SoundType
The type of sound.
VibrationType
The type of vibration.

Typedefs

AppControlReplyCallback = FutureOr<void> Function(AppControl request, AppControl reply, AppControlReplyResult result)
Callback to be called when a reply to a launch request is delivered.