AndroidChannelGroup

Android Only

An interface for describing an Android Channel Group.


Channel groups have no impact on the notification, they are used to help group channels in the applications settings UI.

View the Channels & Groups documentation to learn more.

Properties

description

Android Only

An optional description of the group. This is visible to the user.

description?: undefined | string;

On Android APIs less than 28 this will always be undefined.

id

Unique id for this channel group.

id: string;

name

The name of the group. This is visible to the user so should be a descriptive name which categorizes other channels (e.g. reminders).

name: string;

The recommended maximum length is 40 characters; the value may be truncated if it is too long.


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.