Property AndroidChannelId
AndroidChannelId
A custom non-empty string to identify notification channel. Required, Android only. All notifications will be sent to this channel. Channel is created automatically during initialization if AndroidChannelName and AndroidChannelDescription are both set. If name and description are left null, channel with given identifier has to be created manually (for example using AndroidNotificationCenter.RegisterNotificationChannel(AndroidNotificationChannel)).
Declaration
public string AndroidChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |