PassRequest

Defines a request to fetch a Pass.

Types

Link copied to clipboard
class Builder

Builds the PassRequest object.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun cancel()

Cancels the requests.

Link copied to clipboard
fun execute(callback: Callback)
fun execute(callback: Callback, looper: Looper?)

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

Link copied to clipboard
fun getPassUrl(): Uri?

Gets the pass request URL.

Link copied to clipboard
open override fun toString(): String