execute

fun execute(callback: Callback)(source)

Executes the request to fetch the Pass. Must be called on the UI thread.

Parameters

callback

A callback for the result.


fun execute(callback: Callback, looper: Looper?)(source)

Executes the request to fetch the Pass. Must be called on the UI thread.

Parameters

callback

A callback for the result.

looper

The looper used for executing the result callback. Defaults to that of the calling thread if null.