TaskManager frequency

The TaskManger receives a task (a function) that receives array of Locations.
I know how frequent I get the location updates as I can set the frequency through the ‘startLocationUpdatesAsync’ options.

What I want to know is how frequent the task manager fires those updates and if I can set the frequency by myself somehow.
Also wanted to know if there’s a difference in frequency (of task manger, not location updates) between background and foreground modes.

To make it clearer this is the part of code I want to know it frequency (especially when app in foreground).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.