SDK API 参考Unity SDK API 参考玩家参与函数删除本地推送(DeleteLocalNotifications)本页总览删除本地推送(DeleteLocalNotifications)iOS如果您使用的是 Unreal Engine,请参见 Unreal Engine SDK 的 DeleteLocalNotifications。通过 AddLocalNotification 使用的 NotificationID 来删除本地推送。函数定义public static void DeleteLocalNotifications (string key);入参说明参数类型说明keystringkey 为 AddLocalNotification 使用的 NotificationID代码示例INTLAPI.DeleteLocalNotifications("123");