Skip to main content

Delete local notifications (DeleteLocalNotifications)

[Player Network SDK & MSDK] Delete local notification using the key returned by AddLocalNotification.

Supported platforms

Supports iOS platform.

Function Definition

void DeleteLocalNotifications (string key);

Input Parameters

ParametersTypeDescription
keystringkey is the NotificationID used by AddLocalNotification

Code Example

UnionAdapterAPI.GetPushService().DeleteLocalNotifications("key");