Overview
The SDK integrates Dispatch and RunLoop with the Android main (UI) thread, enabling standard Swift concurrency and timer patterns to work correctly on Android:
- Main Queue —
DispatchQueue.mainconnected to the Android UI thread;RunLoop.mainsupports timers andperform - Timers —
TimerandDispatchSourceTimerfiring on the Android main thread