【发布时间】:2020-01-27 09:56:40
【问题描述】:
我在 RN android 中使用无头任务,但我不明白一件事,超时,这是否意味着我希望后台进程工作多长时间?我想在调用 stopService 之前一直工作,所以我必须在那里指定超时时间吗?
return new HeadlessJsTaskConfig("headless_task", data, 5000, // timeout for the task
true // optional: defines whether or not the task is allowed in foreground. Default
// is false
);
【问题讨论】:
标签: java android react-native background-process headless