class PayjpTokenParamclass Token.Payjp#init(String publicKey)
or Payjp#init(PayjpConfiguration configuration)
that create singleton instance if needed, before use it.
You can also manage instance yourself with initialized by constructor.Payjp#init(String publicKey)
or Payjp#init(PayjpConfiguration configuration)
that create singleton instance if needed, before use it.
You can also manage instance yourself with initialized by constructor.Payjp.startCardForm.
Use this at Activity.onActivityResult in the activity that you call Payjp.startCardForm.Payjp.startCardForm.
Use this at Activity.onActivityResult in the activity that you call Payjp.startCardForm.class Token.interface Taskcancel was called.nullandroid.view.inputmethod.EditorInfo#IME_ACTION_DONE. params is from android.widget.TextView.OnEditorActionListener#onEditorAction(TextView, int, KeyEvent).class PayjpCardFormResultenum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands.enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands.enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands.enum CardBrand logo.
You can use this to display card acceptance.
It will only show logos which provided by PayjpAcceptedBrandsView.setAcceptedBrands.class Token.class PayjpCardFormResultclass CardFormStatus.Complete, the activity will finish.
But return class CardFormStatus.Error, the activity will not finish and show error message.
The invocation execute in background.PayjpTokenBackgroundHandler.handleTokenInBackground.
If the card token send to server successfully, status may be class CardFormStatus.Complete,
and the Card form will finish and return the token.
If an error happened in sending to server, status may be class CardFormStatus.Error,
and the Card form will not finish immediately.class PayjpTokenParampayjp-android-cardio.class Token.Retrofit.Call.interface Task