com.huawei.hm .tasks如何做结果?



com.google.android.gms.tasks.Tasks中有一个forResult方法,它为任务返回一个特定的结果,这个方法与华为的任务有什么关系?

// return a null result task
Task<?> methodCallTask;
methodCallTask = Tasks.forResult(null);

华为有com.huawei.hmf.tasks.Tasks.fromResult(null);,类似google。

HMS Tasks API参考文档位于Common-Task (huawei.com)。

GMS任务API参考文档位于Tasks | Google Play services | Google Developers。

比较GMS Tasks api和HMS Tasks api。看起来它们没有GMSTasks.forResult()的完全相同的API。与之密切相关的HMS任务API可能是getResult()。常见的任务(huawei.com)

相关内容

  • 没有找到相关文章

最新更新