Describes a category of a notification.
Each category has a unique identifier and a list of associated actions. Note that the OS may allow only a limited number of actions to be presented, so always present most important actions first.
| Public Attributes | |
| String | identifier | 
| unique identifier | |
| Array< Action > | actions | 
| optional list of actions within this category | |
| bool | sendDismissAction = false | 
| whether dismiss action will be sent to the app | |
| String juce::PushNotifications::Settings::Category::identifier | 
unique identifier
optional list of actions within this category
| bool juce::PushNotifications::Settings::Category::sendDismissAction = false | 
whether dismiss action will be sent to the app