如何在客户端用java代码取消一条本客户端发出的定时推送任务
无法直接在客户端取消,可以在客户端调用云函数,在云函数中用 REST API 取消推送。
云引擎及云函数的文档:https://leancloud.cn/docs/leanengine_overview.htmlhttps://leancloud.cn/docs/leanengine_cloudfunction_guide-node.html
取消推送的接口:https://leancloud.cn/docs/push_guide.html#hash1730031462