public interface

PMGetTransListener

com.paymill.android.listener.PMGetTransListener
Known Indirect Subclasses

Class Overview

Implement this interface in your UI to be kept informed, when a transaction has been retrieved.

Summary

Public Methods
abstract void onGetTransaction(Transaction transaction)
Called on successful transaction retrieval.
abstract void onGetTransactionFailed(PMError error)
Called on unsuccessful transaction retrieval.

Public Methods

public abstract void onGetTransaction (Transaction transaction)

Called on successful transaction retrieval. You will receive the callback on the main thread.

Parameters
transaction the retrieved transaction.

public abstract void onGetTransactionFailed (PMError error)

Called on unsuccessful transaction retrieval. You will receive the callback on the main thread.

Parameters
error the cause of the failure