Method SendNotificationWithExplicitID
SendNotificationWithExplicitID(AndroidNotification, string, int)
Schedule a notification which will be shown at the time specified in the notification struct. The specified id can later be used to update the notification before it's triggered, it's current status can be tracked using CheckScheduledNotificationStatus.
Declaration
public static void SendNotificationWithExplicitID(AndroidNotification notification, string channelId, int id)
Parameters
| Type | Name | Description |
|---|---|---|
| AndroidNotification | notification | Data for the notification |
| string | channelId | ID of the channel to send notification to |
| int | id | A unique ID for the notification |