LinuxNotificationAction class
Represents an action, that send a request message back to the notification client when invoked. This functionality may not be implemented by the notification server, conforming clients should check if it's available using LinuxServerCapabilities. For more information, please see Desktop Notifications Specification https://specifications.freedesktop.org/notification-spec/latest/ar01s02.html
Constructors
- LinuxNotificationAction({required String key, required String label})
-
Constructs a LinuxNotificationAction object.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
Unique ID for this action. This ID will be sent back in the action handler
defined in FlutterLocalNotificationsPlugin.
final
- label → String
-
Label to show to the user.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited