| Interface | Description |
|---|---|
| PCLogin.GetLoginDataCallback |
Callback for handling results from
PCLogin.importFromJson(String, PCLogin.GetLoginDataCallback) |
| PCLogin.GetLoginTransactionCallback |
Callback for handling results from
PCLogin.GetLoginTransactionCallback |
| Class | Description |
|---|---|
| PCAutoSigner | |
| PCConfirmation |
PCSDK confirmation
|
| PCDeclination |
PCSDK declanation
|
| PCExtendedAuth |
PCSDK Extended Authentication
|
| PCLogin |
Class to perform all operations to log in with QR-code
The sample algorithm of logging in with QR-code is the following: 1. |
| PCSDK |
PCSDK SDK main class
|
| PCSDKApplication |
PCSDKApplication extends Application and creates PCSDK object to work with
This class is optional to use You can manage PCSDK object by yourself |
| PCSDKMultiDexApplication |
PCSDKMultiDexApplication extends MultiDexApplication and creates PCSDK object to work with
This class is optional to use You can manage PCSDK object by yourself |
| PCTransaction |
PCSDK Transaction
|
| PCTransactionsManager |
PCSDK Transactions Manager
|
| PCUser |
PCSDK User
|
| PCUserBackupData |
This class contains as much info as needed to backup and restore the user.
|
| PCUserRestore |
This class provides API for backing up and restoring user's data.
|
| PCUsersManager |
PCSDK Users Manager
|
| Enum | Description |
|---|---|
| PCSDK.PCQRType |
QR-code types to process by PCSDK
|
| PCTransaction.PCTypeConfirmation |
Confirmation type
|
| PCTransaction.PCTypeRender |
Render type for text data
|
| PCTransaction.PCTypeTransaction |
Transaction data type
|
| PCUser.ActivationState |
Current user state:
NOT_INITIALIZED - not initialized NOT_ACTIVATED - activation code required ACTIVATED - active |
| PCUser.ExtendedAuthMethods |
Extended authentication method
|
| PCUser.PCCodeType |
Code type to calculate
|