flutter_local_notifications_windows library
Classes
- FlutterLocalNotificationsWindows
-
The Windows implementation of
package:flutter_local_notifications
. - MsixUtils
- Helpful methods to support MSIX and package identity.
- WindowsAction
- A button in a Windows notification.
- WindowsColumn
- A vertical column of text and images in a Windows notification.
- WindowsHeader
- A header that groups multiple Windows notifications.
- WindowsImage
- An image in a Windows notification.
- WindowsInitializationSettings
- Plugin initialization settings for Windows.
- WindowsInput
- A text or multiple choice input element in a Windows notification.
- WindowsNotificationAudio
- Specifies custom audio to play during a notification.
- WindowsNotificationDetails
- Contains notification details specific to Windows.
- WindowsNotificationPart
- A text or image element in a Windows notification.
- WindowsNotificationText
- Text in a Windows notification.
- WindowsProgressBar
- A progress bar in a Windows notification.
- WindowsRow
- A group of notification content that must be displayed as a whole row.
- WindowsSelection
- An option that can be selected by a WindowsSelectionInput.
- WindowsSelectionInput
- A multiple choice input.
- WindowsTextInput
- A text input.
Enums
- NotificationUpdateResult
- The result of updating a notification.
- WindowsActionPlacement
- Decides how a WindowsAction is placed on a notification.
- WindowsActivationType
- Decides how the WindowsAction will launch the app.
- WindowsButtonStyle
- Decides how a WindowsAction will be styled.
- WindowsHeaderActivation
- Decides how the application will open when the header is pressed.
- WindowsImageCrop
- How a Windows notification image can be cropped.
- WindowsImagePlacement
- Where a Windows notification image can be placed.
- WindowsInputType
- The type of a WindowsInput.
- WindowsNotificationBehavior
- Decides how a WindowsAction will react to being pressed.
- WindowsNotificationDuration
- The duration for a Windows notification.
- WindowsNotificationScenario
- The scenario a notification is being used for.
- WindowsNotificationSound
- A preset sound for a Windows notification.
- WindowsTextPlacement
- Where text can be placed in a Windows notification.