Skip to main content

DeleteLocalNotifications

[Player Network SDK & MSDK] Deletes the local notification through the key used by AddLocalNotification.

Supported Platform

Supports iOS platform.

Function Definition

void DeleteLocalNotifications (string key);

Input Parameters

ParameterTypeDescription
keystringkey returned by AddLocalNotification

Code Sample

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