Java
    interface JavaScriptTimerExecutor
An interface used by JavaTimerManager to access and call JS timers from Java.
Inheritors
Functions
Link copied to clipboard
                  Invoke the JS callback registered with requestIdleCallback.
Link copied to clipboard
                  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).
Link copied to clipboard
                  Shows a warning message in development when environment times are out of sync.