Describes a category of a notification. More...
#include <juce_PushNotifications.h>
Public Attributes | |
juce::Array< Action > | actions |
optional list of actions within this category More... | |
juce::String | identifier |
unique identifier More... | |
bool | sendDismissAction = false |
whether dismiss action will be sent to the app (from iOS 10 only) More... | |
Describes a category of a notification.
Each category has a unique idenfifier 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.
juce::Array<Action> juce::PushNotifications::Settings::Category::actions |
optional list of actions within this category
juce::String juce::PushNotifications::Settings::Category::identifier |
unique identifier
bool juce::PushNotifications::Settings::Category::sendDismissAction = false |
whether dismiss action will be sent to the app (from iOS 10 only)