Method UpdateScheduledNotification
UpdateScheduledNotification(int, AndroidNotification, string)
Update an already scheduled notification. If a notification with the specified id was already scheduled it will be overridden with the information from the passed notification struct.
Declaration
public static void UpdateScheduledNotification(int id, AndroidNotification notification, string channelId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | ID of the notification to update |
| AndroidNotification | notification | Data for the notification |
| string | channelId | ID of the channel to send notification to |