idleRemoveByData

fun idleRemoveByData(data: <Error class: unknown class>? = null): Boolean

Removes the idle function with the given data.

Return

true if an idle source was found and removed.

Parameters

data

the data for the idle source's callback.