Callback

interface Callback

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(@NonNull pass: Pass)
Called when the Pass was successfully downloaded.