onStop

abstract fun onStop(runnable: Runnable?)(source)

Runs the Runnable when the animation is done sending or .stop is called.

Since

2.0.0

Parameters

runnable

The runnable to be run, when the animation is done sending.

See also