com.paymill.android.listener.PMBackgroundListener

Class Overview

Implement this interface if you want to be kept informed about all SDK interactions. When you set the implementing as background listener in the SDK, it will receive all callbacks on a separate thread, which is protected by the PMService (which always runs in foreground mode).

Summary

[Expand]
Inherited Methods
From interface com.paymill.android.listener.PMConsumePreauthListener
From interface com.paymill.android.listener.PMConsumeTransListener
From interface com.paymill.android.listener.PMGenerateTokenListener
From interface com.paymill.android.listener.PMGetPreauthListener
From interface com.paymill.android.listener.PMGetTransListener
From interface com.paymill.android.listener.PMInitListener
From interface com.paymill.android.listener.PMListNotConsPreauthsListener
From interface com.paymill.android.listener.PMListNotConsTransListener
From interface com.paymill.android.listener.PMListPaymentsListener
From interface com.paymill.android.listener.PMListPreauthsListener
From interface com.paymill.android.listener.PMListTransListener
From interface com.paymill.android.listener.PMNewDeviceIdListener
From interface com.paymill.android.listener.PMPaymentDeletedListener
From interface com.paymill.android.listener.PMPaymentSavedListener
From interface com.paymill.android.listener.PMPaymentsAvailListener
From interface com.paymill.android.listener.PMPreauthListener
From interface com.paymill.android.listener.PMResetPaymentsListener
From interface com.paymill.android.listener.PMTransListener