Package | Description |
---|---|
ds.desktop.notify |
Modifier and Type | Class and Description |
---|---|
static class |
NotifyTheme.DarkTheme
The default Dark theme.
|
static class |
NotifyTheme.LightTheme
The default Light theme.
|
Modifier and Type | Field and Description |
---|---|
static NotifyTheme |
NotifyTheme.Dark
The default Dark theme
|
static NotifyTheme |
NotifyTheme.Light
The default Light theme
|
Modifier and Type | Method and Description |
---|---|
static NotifyTheme |
DesktopNotify.getDefaultTheme()
Gets the theme currently in use when creating notifications.
|
NotifyTheme |
DesktopNotify.getTheme() |
Modifier and Type | Method and Description |
---|---|
static void |
DesktopNotify.setDefaultTheme(NotifyTheme theme)
Sets the theme to use by default when creating notifications.
|
void |
DesktopNotify.setTheme(NotifyTheme theme)
Allows to set a
NotifyTheme for this notification. |
NotificationBuilder |
NotificationBuilder.setTheme(NotifyTheme theme)
Sets the theme to use in the notification to build.
|