public class AttachCardFormActivity extends AppCompatActivity implements IAttachCardFormActivity
| Modifier and Type | Field and Description |
|---|---|
static int |
RESULT_ERROR |
| Constructor and Description |
|---|
AttachCardFormActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
protected AttachCardFormFragment |
createAttachCardFormFragment() |
protected LoopConfirmationFragment |
createLoopConfirmationFragment(java.lang.String requestKey) |
static void |
dispatchResult(int resultCode,
android.content.Intent data,
OnAttachCardListener listener) |
void |
exception(java.lang.Throwable throwable) |
AcquiringSdk |
getSdk() |
void |
hideProgressDialog() |
static AttachCardFormStarter |
init(java.lang.String terminalKey,
java.lang.String password,
java.lang.String publicKey) |
void |
noNetwork() |
void |
onAttachCardId(java.lang.String cardId) |
void |
onBackPressed() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
boolean |
onOptionsItemSelected(android.view.MenuItem item) |
protected void |
onStart() |
protected void |
onStop() |
void |
showErrorDialog(java.lang.Exception e) |
void |
showLoopConfirmations(java.lang.String requestKey) |
void |
showProgressDialog() |
void |
start3DS(ThreeDsData data) |
void |
success() |
public static final int RESULT_ERROR
public static AttachCardFormStarter init(java.lang.String terminalKey, java.lang.String password, java.lang.String publicKey)
public static void dispatchResult(int resultCode,
android.content.Intent data,
OnAttachCardListener listener)
protected void onCreate(android.os.Bundle savedInstanceState)
protected void onStart()
protected void onStop()
public boolean onOptionsItemSelected(android.view.MenuItem item)
public void success()
success in interface IBaseSdkActivitypublic void cancel()
cancel in interface IBaseSdkActivitypublic void showProgressDialog()
showProgressDialog in interface IBaseSdkActivitypublic void hideProgressDialog()
hideProgressDialog in interface IBaseSdkActivitypublic void exception(java.lang.Throwable throwable)
exception in interface IBaseSdkActivitypublic void start3DS(ThreeDsData data)
start3DS in interface IBaseSdkActivitypublic void showErrorDialog(java.lang.Exception e)
showErrorDialog in interface IBaseSdkActivitypublic void noNetwork()
noNetwork in interface IBaseSdkActivitypublic void onAttachCardId(java.lang.String cardId)
onAttachCardId in interface IAttachCardFormActivitypublic void showLoopConfirmations(java.lang.String requestKey)
showLoopConfirmations in interface IAttachCardFormActivitypublic void onBackPressed()
public AcquiringSdk getSdk()
getSdk in interface IBaseSdkActivityprotected LoopConfirmationFragment createLoopConfirmationFragment(java.lang.String requestKey)
protected AttachCardFormFragment createAttachCardFormFragment()