删除本地推送(DeleteLocalNotifications)
通过 AddLocalNotification 使用的 NotificationID 来删除本地推送。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void DeleteLocalNotifications(const FString Key);
入参说明
| 参数 | 类型 | 说明 |
|---|---|---|
| key | string | key 为 AddLocalNotification 使用的 NotificationID |
代码示例
UINTLSDKAPI::DeleteLocalNotifications("123");