public interface

PMListNotConsTransListener

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

Class Overview

Implement this interface in your UI to be kept informed, when the list of of not consumed transactions has been retrieved.

Summary

Public Methods
abstract void onListNotConsTransactions(Collection<Transaction> transactions)
Called on successful retrieval.
abstract void onListNotConsTransactionsFailed(PMError error)
Called on unsuccessful retrieval.

Public Methods

public abstract void onListNotConsTransactions (Collection<Transaction> transactions)

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

Parameters
transactions the not yet consumed transactions.

public abstract void onListNotConsTransactionsFailed (PMError error)

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

Parameters
error the cause of the failure