execute

open fun execute(@NonNull callback: Callback)

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

Parameters

callback

A callback for the result.


open fun execute(@NonNull callback: Callback, @Nullable looper: Looper)

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.