public interface

PMListPaymentsListener

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

Class Overview

Implement this interface in your UI to be kept informed, when a list of payments has been received from the Safe Store.

Summary

Public Methods
abstract void onListPayments(Collection<Payment> payments)
Called when the list of payments was successfully retrieved.
abstract void onListPaymentsFailed(PMError error)
Called when the list of payments was not retrieved.

Public Methods

public abstract void onListPayments (Collection<Payment> payments)

Called when the list of payments was successfully retrieved. You will receive the callback on the main thread.

Parameters
payments collection of the successfully received payments.

public abstract void onListPaymentsFailed (PMError error)

Called when the list of payments was not retrieved. You will receive the callback on the main thread.

Parameters
error the cause of the failure