react-native-notify-kit / AndroidChannelGroup
Interface: AndroidChannelGroup
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1018
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.
description?
optionaldescription:string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1039
An optional description of the group. This is visible to the user.
On Android APIs less than 28 this will always be undefined.
id
id:
string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1022
Unique id for this channel group.
name
name:
string
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1030
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.
