DeleteLocalNotifications
iOS
If you were looking for the method for use with Unity, see DeleteLocalNotifications for Unity SDK.
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
Parameter | Type | Description |
---|---|---|
key | string | key returned by AddLocalNotification |
Code sample
UINTLSDKAPI::DeleteLocalNotifications("123");