| 45 | } |
| 46 | |
| 47 | void MainThreadDispatcher::dispatchAfter(int64_t delayMs, Valdi::DispatchFunction* function) { |
| 48 | _runOnMainThreadDelayedMethod.call(toObject(), delayMs, reinterpret_cast<int64_t>(function)); |
| 49 | } |
| 50 | |
| 51 | } // namespace ValdiAndroid |
no test coverage detected