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::ChannelGroup Struct Reference

Android API level 26 or higher only: represents a channel group. More...

#include <juce_PushNotifications.h>

Collaboration diagram for juce::PushNotifications::ChannelGroup:

Public Attributes

String identifier
 Required: Unique channel group identifier. More...
 
String name
 Required: User visible name of the channel group. More...
 

Detailed Description

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.

Member Data Documentation

◆ identifier

String juce::PushNotifications::ChannelGroup::identifier

Required: Unique channel group identifier.

◆ name

String juce::PushNotifications::ChannelGroup::name

Required: User visible name of the channel group.


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