public interface

PMListNotConsPreauthsListener

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

Class Overview

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

Summary

Public Methods
abstract void onListNotConsPreauths(Collection<Preauthorization> preauthorizations)
Called on successful retrieval.
abstract void onListNotConsPreauthsFailed(PMError error)
Called on unsuccessful retrieval.

Public Methods

public abstract void onListNotConsPreauths (Collection<Preauthorization> preauthorizations)

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

Parameters
preauthorizations the not yet consumed preauthorizations.

public abstract void onListNotConsPreauthsFailed (PMError error)

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

Parameters
error the cause of the failure