react-native-notify-kit / NativeAndroidChannelGroup
Interface: NativeAndroidChannelGroup
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1049
An interface which describes a channel group which has been fetched from the device.
Contains additional information which is only available when fetching the channel group from the device.
blocked
blocked:
boolean
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1061
Returns whether or not notifications posted to a Channel belonging to this group are blocked by the user.
On API levels < 28, returns false.
View the Listening to channel events documentation to learn more about subscribing to when a channel is blocked by the user.
channels
channels:
NativeAndroidChannel[]
Defined in: packages/react-native/src/types/NotificationAndroid.ts:1066
Returns a list of channels assigned to this channel group.
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.
