public static class PayjpTokenBackgroundHandler.CardFormStatus
Card Form Status that is result of 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.
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
CardFormStatus.Complete
Complete status
|
static class |
CardFormStatus.Error
Error status
|