| JUCE
    | 
| Classes | |
| class | PushNotifications | 
| Singleton class responsible for push notifications functionality.  More... | |
| struct | PushNotifications::Notification | 
| Represents a notification that can be sent or received.  More... | |
| struct | PushNotifications::Notification::Action | 
| Represents an action on a notification that can be presented as a button or a text input.  More... | |
| struct | PushNotifications::Notification::Progress | 
| Used to represent a progress of some operation.  More... | |
| struct | PushNotifications::Notification::LedBlinkPattern | 
| Allows to control the time the device's led is on and off.  More... | |
| struct | PushNotifications::Settings | 
| Describes settings we want to use for current device.  More... | |
| struct | PushNotifications::Settings::Category | 
| Describes a category of a notification.  More... | |
| struct | PushNotifications::Channel | 
| Android API level 26 or higher only: Represents notification channel through which notifications will be sent.  More... | |
| struct | PushNotifications::ChannelGroup | 
| Android API level 26 or higher only: represents a channel group.  More... | |
| struct | PushNotifications::Listener | 
| Register a listener (ideally on application startup) to receive information about notifications received and any callbacks to async functions called.  More... | |