Callback

interface Callback(source)

Callback when executing a PassRequest.

Functions

Link copied to clipboard
abstract fun onError(errorCode: Int)

Called when an error occurred.

Link copied to clipboard
abstract fun onResult(pass: Pass)

Called when the Pass was successfully downloaded.