LinuxInitializationSettings class
Plugin initialization settings for Linux.
Constructors
- LinuxInitializationSettings({required String defaultActionName, LinuxNotificationIcon? defaultIcon, LinuxNotificationSound? defaultSound, bool defaultSuppressSound = false})
-
Constructs an instance of LinuxInitializationSettings
const
Properties
- defaultActionName → String
-
Name of the default action (usually triggered by clicking
the notification).
The name can be anything, though implementations are free not to
display it.
final
- defaultIcon → LinuxNotificationIcon?
-
Specifies the default icon for notifications.
final
- defaultSound → LinuxNotificationSound?
-
Specifies the default sound for notifications.
Typical value is
ThemeLinuxSound('message')
final - defaultSuppressSound → bool
-
Causes the server to suppress playing any sounds, if it has that ability.
This is usually set when the client itself is going to play its own sound.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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