public class PayjpCardFormResult
State represents of result from the Activity that has card form.
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
PayjpCardFormResult.Canceled
Activity finished with no data.
|
static class |
PayjpCardFormResult.Success
Activity finished with data which include
class Token. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isCanceled()
Return it is canceled.
|
boolean |
isSuccess()
Return it is success.
|
Token |
retrieveToken()
Get out token from result. If it is not success, throw exception.
|
public boolean isSuccess()
Return it is success.
public boolean isCanceled()
Return it is canceled.
@NotNull public Token retrieveToken()
Get out token from result. If it is not success, throw exception.