Delete local notifications (DeleteLocalNotifications)
iOS
If you are using Unreal Engine, please refer to Unreal Engine SDK's DeleteLocalNotifications here.
If you are using Unreal Engine, please refer to Unreal Engine SDK's DeleteLocalNotifications here.
Use NotificationID from AddLocalNotification to delete local notifications.
Function Definition
public static void DeleteLocalNotifications (string key);
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| key | string | key is the NotificationID used by AddLocalNotification |
Code Sample
INTLAPI.DeleteLocalNotifications("123");