NativeAndroidChannelGroup
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.
Returns whether or not notifications posted to a Channel belonging to this group are blocked by the user.
blocked: boolean;
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.
Returns a list of channels assigned to this channel group.
channels: NativeAndroidChannel[];
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.
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.