删除本地推送(DeleteLocalNotifications)
[Player Network SDK & MSDK] 通过 AddLocalNotification
返回的 key
删除本地通知。
支持的平台
- Unity
- Unreal Engine
支持
iOS
平台。支持
iOS
平台。函数定义
- Unity
- Unreal Engine
void DeleteLocalNotifications (string key);
static void DeleteLocalNotifications(const std::string &key);
入参说明
- Unity
- Unreal Engine
参数 | 类型 | 说明 |
---|---|---|
key | string | key 为 AddLocalNotification 使用的 NotificationID |
参数 | 类型 | 说明 |
---|---|---|
key | string | key 为 AddLocalNotification 使用的 NotificationID |
代码示例
- Unity
- Unreal Engine
UnionAdapterAPI.GetPushService().DeleteLocalNotifications("key");
GUA_NAMESPACE::GUAPushService::DeleteLocalNotifications("Key");