public interface

Callback

com.urbanairship.wallet.Callback

Class Overview

Callback when executing a PassRequest.

Summary

Public Methods
abstract void onError(int errorCode)
Called when an error occurred.
abstract void onResult(Pass pass)
Called when the Pass was successfully downloaded.

Public Methods

public abstract void onError (int errorCode)

Called when an error occurred.

Parameters
errorCode The error code.

public abstract void onResult (Pass pass)

Called when the Pass was successfully downloaded.

Parameters
pass The Pass.