Delete local notifications (DeleteLocalNotifications)
Use NotificationID from AddLocalNotification to delete local notifications.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void DeleteLocalNotifications(const FString Key);
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| key | string | key is the NotificationID used by AddLocalNotification |
Code Sample
UINTLSDKAPI::DeleteLocalNotifications("123");