Skip to main content

Delete local notifications (DeleteLocalNotifications)

iOS
If you are using Unreal Engine, please refer to Unreal Engine SDK's DeleteLocalNotifications here.

Use NotificationID from AddLocalNotification to delete local notifications.

Function Definition

public static void DeleteLocalNotifications (string key);

Parameter Instructions

ParametersTypeExplanation
keystringkey is the NotificationID used by AddLocalNotification

Code Sample

INTLAPI.DeleteLocalNotifications("123");