Manages communication between card input forms and WirecardInputFormsStateChangedListener.
More...
Manages communication between card input forms and WirecardInputFormsStateChangedListener.
Constructor.
- Parameters
-
context | |
wirecardInputFormsStateChangedListener | |
void de.wirecard.paymentsdk.WirecardInputFormsStateManager.handleResponse |
( |
Intent |
data | ) |
|
|
inlineprivate |
void de.wirecard.paymentsdk.WirecardInputFormsStateManager.startReceivingEvents |
( |
| ) |
|
|
inline |
Start receiving input forms state events.
void de.wirecard.paymentsdk.WirecardInputFormsStateManager.stopReceivingEvents |
( |
| ) |
|
|
inline |
Stop receiving input forms state events.
final String de.wirecard.paymentsdk.WirecardInputFormsStateManager.E_FORM_INPUT_STATE_CHANGED = "E_FORM_INPUT_STATE_CHANGED" |
|
static |
BroadcastReceiver de.wirecard.paymentsdk.WirecardInputFormsStateManager.mBroadcastReceiver |
|
private |
Initial value:= new BroadcastReceiver() {
@Override
public void onReceive(Context context, Intent data) {
}
}
Context de.wirecard.paymentsdk.WirecardInputFormsStateManager.mContext |
|
private |
final int de.wirecard.paymentsdk.WirecardInputFormsStateManager.RESULT_ERROR = 0 |
|
static |
final int de.wirecard.paymentsdk.WirecardInputFormsStateManager.RESULT_OK = 1 |
|
static |
final String de.wirecard.paymentsdk.WirecardInputFormsStateManager.TAG_RESULT = "TAG_RESULT" |
|
static |
final String de.wirecard.paymentsdk.WirecardInputFormsStateManager.TAG_RESULT_CODE = "TAG_RESULT_CODE" |
|
static |