createChannelGroup

Android Only

API to create or update a channel group on supported Android devices.



createChannelGroup(channelGroup: AndroidChannelGroup): Promise<string>;

Creates a new Android channel group. Groups are used to further organize the appearance of your channels in the settings UI. Groups allow users to easily identify and control multiple notification channels.

Channels can be assigned to groups during creation using the createChannel method.

The channel group ID is returned once the operation has completed.

View the Channels & Groups documentation for more information.


PropertyDescriptionOptional
channelGroup

The AndroidChannelGroup interface used to create/update a group.


Copyright 2020 - 2021 © Invertase Limited

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License and code samples are licensed under the Apache 2.0 License.

All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.