Interface: AndroidChannelGroup

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.

Platform

android API Level >= 26

Properties

description?

optional description: string

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

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

Platform

android API Level >= 28

id

id: string

Unique id for this channel group.

name

name: string

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

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