Struct AndroidNotificationChannelGroup
Notification channel group description. It is optional to put channels into groups, but looks nicer in Settings UI.
Inherited Members
Namespace: Unity.Notifications.Android
Assembly: solution.dll
Syntax
public struct AndroidNotificationChannelGroup
Properties
| Name | Description |
|---|---|
| Description | A description for this group. |
| Id | A unique ID for this group. Will rename the group if already exists. |
| Name | A user visible name for this group. |