Function setTimeout

  • Calls func after delay milliseconds, or if omitted: as soon as Frida's JavaScript thread is idle. Any additional params are passed along.

    Returns an id that can be passed to clearTimeout() to cancel it.

    Parameters

    Returns TimeoutId

Generated using TypeDoc