Skip to main content

Delete local notifications (DeleteLocalNotifications)

iOS
If you're using the Unity engine, see DeleteLocalNotifications for the Unity SDK.

Use NotificationID from AddLocalNotification to delete local notifications.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void DeleteLocalNotifications(const FString Key);

Parameter Instructions

ParametersTypeExplanation
keystringkey is the NotificationID used by AddLocalNotification

Code Sample

UINTLSDKAPI::DeleteLocalNotifications("123");