Android API level 26 or higher only: represents a channel group. More...
#include <juce_PushNotifications.h>
Public Attributes | |
String | identifier |
Required: Unique channel group identifier. More... | |
String | name |
Required: User visible name of the channel group. More... | |
Android API level 26 or higher only: represents a channel group.
This allows for visual grouping of corresponding channels in notification settings presented to the user. At least one channel group has to be specified before notifications can be sent.
String juce::PushNotifications::ChannelGroup::identifier |
Required: Unique channel group identifier.
String juce::PushNotifications::ChannelGroup::name |
Required: User visible name of the channel group.