public interface

PMResetPaymentsListener

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

Class Overview

Implement this interface in your UI to be kept informed for the result of a resetPayments call that resets the password and payments on the Safe Store.

Summary

Public Methods
abstract void onResetPayments(boolean result)
Called when the payments were successfully reset.
abstract void onResetPaymentsFailed(PMError error)
Called when there was an error and the payments were not successfully reset.

Public Methods

public abstract void onResetPayments (boolean result)

Called when the payments were successfully reset. You will receive the callback on the main thread.

Parameters
result was the call successful.

public abstract void onResetPaymentsFailed (PMError error)

Called when there was an error and the payments were not successfully reset. You will receive the callback on the main thread.

Parameters
error the cause of the failure