Skip to content

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 QueueDispatchQueue.main connected to the Android UI thread; RunLoop.main supports timers and perform
  • TimersTimer and DispatchSourceTimer firing on the Android main thread