public interface

PMPaymentDeletedListener

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

Class Overview

Implement this interface in your UI to be kept informed, when a payment has been deleted from the Safe Store.

Summary

Public Methods
abstract void onPaymentDeleted(Payment payment)
Called when the payment has been successfully deleted.
abstract void onPaymentDeletedFailed(PMError error)
Called when the payment has not been successfully deleted.

Public Methods

public abstract void onPaymentDeleted (Payment payment)

Called when the payment has been successfully deleted. You will receive the callback on the main thread.

Parameters
payment the payment that was successfully deleted.

public abstract void onPaymentDeletedFailed (PMError error)

Called when the payment has not been successfully deleted. You will receive the callback on the main thread.

Parameters
error the cause of the failure