run

open fun run()(source)

Executes the action asynchronously.


open fun run(callback: ActionCompletionCallback?)(source)

Executes the action asynchronously with a callback.

Parameters

callback

The action completion callback.


open fun run(looper: Looper?, callback: ActionCompletionCallback?)(source)

Executes the action asynchronously with a callback.

Parameters

callback

The action completion callback.

looper

A Looper object whose message queue will be used for the callback, or null to make callbacks on the calling thread or main thread if the current thread does not have a looper associated with it.