DeleteLocalNotifications
iOS
If you were looking for the method for use with Unreal Engine, see DeleteLocalNotifications for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see DeleteLocalNotifications for Unreal Engine SDK.
Delete the local notification through the key returned by AddLocalNotification.
Function definition
public static void DeleteLocalNotifications (string key);
Input parameters
| Parameter | Type | Description |
|---|---|---|
| key | string | key returned by AddLocalNotification |
Code sample
INTLAPI.DeleteLocalNotifications("123");