JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::PushNotifications::Settings::Category Struct Reference

Describes a category of a notification. More...

#include <juce_PushNotifications.h>

Collaboration diagram for juce::PushNotifications::Settings::Category:

Public Attributes

juce::Array< Actionactions
 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...
 

Detailed Description

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.

Member Data Documentation

◆ actions

juce::Array<Action> juce::PushNotifications::Settings::Category::actions

optional list of actions within this category

◆ identifier

juce::String juce::PushNotifications::Settings::Category::identifier

unique identifier

◆ sendDismissAction

bool juce::PushNotifications::Settings::Category::sendDismissAction = false

whether dismiss action will be sent to the app (from iOS 10 only)


The documentation for this struct was generated from the following file: