callTimers

open override fun callTimers(timerIDs: WritableArray)

Calls the JS callback(s) associated with the timer ID(s). Also unregisters the callback if the timer isn't recurring (e.g. unregisters for setTimeout, doesn't for setInterval).

Parameters

timerIDs

An array of timer handles to call. Accepts an array as an optimization, to avoid unnecessary JNI calls.