public interface

PMTransListener

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

Summary

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

Public Methods

public abstract void onTransaction (Transaction transaction)

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

Parameters
transaction the created transaction.

public abstract void onTransactionFailed (PMError error)

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

Parameters
error the cause of the failure