| インタフェース | 説明 |
|---|---|
| PayjpTokenBackgroundHandler |
After card token created successfully, invoke handler with the token.
During this invocation, the card form activity will keep active,
and return
class 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. |
| PayjpTokenService |
interface for retrieve and create token.
|
| Task<T> |
Simple request invocation interface.
It is mostly the same as
Retrofit.Call. |
| クラス | 説明 |
|---|---|
| Payjp |
Entry point for payjp-android
|
| PayjpConfiguration |
Configuration for Payjp
|
| PayjpTokenParam |
Parameter to create card token.
|