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: Unity.Notifications.Android.dll
Syntax
public struct AndroidNotificationChannelGroup
Properties
Description
A description for this group.
Declaration
public string Description { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Id
A unique ID for this group. Will rename the group if already exists.
Declaration
public string Id { readonly get; set; }
Property Value
Type | Description |
---|---|
string |
Name
A user visible name for this group.
Declaration
public string Name { readonly get; set; }
Property Value
Type | Description |
---|---|
string |