Skip to main content

DeleteLocalNotifications

iOS
If you were looking for the method for use with Unity, see DeleteLocalNotifications for Unity SDK.

Delete the local notification through the key returned by AddLocalNotification.

Function definition

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

Input parameters

ParameterTypeDescription
keystringkey returned by AddLocalNotification

Code sample

UINTLSDKAPI::DeleteLocalNotifications("123");