Skip navigation links
A B C D E F G H I L O P R S T U V 

S

setAuthData(Object) - Method in class tech.paycon.sdk.v5.PCExtendedAuth
Set Extended Authentication data (e.g. photo, codeword)
setCallbacksInvokedInMainThread(boolean) - Method in class tech.paycon.sdk.v5.PCSDK
Defines whether the callbacks passed to various methods which involve interaction with server should be invoked in main thread or not.
setCodeExpirationInterval(PCUser.PCCodeType, int) - Method in class tech.paycon.sdk.v5.PCUser
Set generated signatures and codes expiration interval
By default - 180 seconds
setEncodedCodeword(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the encoded codeword which will be decoded with the password, provided by the user when calling PCUserRestore.restoreBackup(PCUserBackupData, String, PCRestoreCallback)
setExternalUrl(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the URL for communication with PCServer
setHandlesBackgroundTimeout(int) - Method in class tech.paycon.sdk.v5.PCSDK
Defines maximum period (in milliseconds), during which handles for private keys will be kept while the app in the background.
setLogLevel(int) - Method in class tech.paycon.sdk.v5.PCSDK
Set PCSDK SDK log level
setSystemId(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the ID of the system for user supposed to be backed up
setUserId(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the ID of the user supposed to be backed up
setUserName(String) - Method in class tech.paycon.sdk.v5.PCUserBackupData
Set the name of the key
sign(PCUser, PCTransaction, PCSignCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
Sing (confirm) transaction
sign(PCUser, PCTransaction, PCExtendedAuth, PCSignCallback) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
Sign (confirm) transaction with Extended authentication
signOffline(PCUser, PCTransaction) - Static method in class tech.paycon.sdk.v5.PCTransactionsManager
Sign in offline-mode
startSession(String, String, PCPushServiceType, PCKYCManager.SessionCallback) - Static method in class tech.paycon.sdk.v5.PCKYCManager
Starts session to interact with KYC-Connector.
startSession(String, String, String, String, PCPushServiceType, PCKYCManager.SessionCallback) - Static method in class tech.paycon.sdk.v5.PCKYCManager
Starts session to interact with KYC-Connector.
store(PCUser, String, String) - Static method in class tech.paycon.sdk.v5.PCUsersManager
Store / Update User object in storage
User's keys are stored in encrypted state with provided password
isReadyToSign must be true
If User exists in the storage, then record will be updated
In this case keyName, storePassword are optional
storeSession(PCKYCSession) - Static method in class tech.paycon.sdk.v5.PCKYCManager
Stores session data in order to use later.
submitPassword(PCUser, String) - Static method in class tech.paycon.sdk.v5.PCUsersManager
Submit password for the User, extracted from storage
switches isReadyToSign to true value
success(PCKYCSession, PCUser) - Method in interface tech.paycon.sdk.v5.PCKYCManager.GetPCUserCallback
Called when PCUser is successfully retrieved from PC Server
success(PCKYCSession) - Method in interface tech.paycon.sdk.v5.PCKYCManager.HandleOCRResultsCallback
Called when user successfully declines or approves OCR results
success(PCKYCSession, String) - Method in interface tech.paycon.sdk.v5.PCKYCManager.OCRResultsCallback
Called when OCR results are successfully obtained
success(PCKYCSession, List<PCKYCSession.MediaSourceType>) - Method in interface tech.paycon.sdk.v5.PCKYCManager.RequiredSourcesCallback
Called when server returns the list of sources which must uploaded again to succeed the OCR
success(PCKYCSession) - Method in interface tech.paycon.sdk.v5.PCKYCManager.SessionCallback
 
success(PCKYCSession, PCKYCSession.ExtendedSessionStatus) - Method in interface tech.paycon.sdk.v5.PCKYCManager.SessionStatusCallback
 
success(PCKYCSession, PCKYCSession.SessionStatus[], long[]) - Method in interface tech.paycon.sdk.v5.PCKYCManager.StatusHistoryCallback
 
success(PCKYCSession) - Method in interface tech.paycon.sdk.v5.PCKYCManager.UploadMediaCallback
Called when media data was successfully uploaded
success(PCLogin) - Method in interface tech.paycon.sdk.v5.PCLogin.GetLoginDataCallback
Called when JSON is parsed successfully and PCLogin object is constructed for further usage
success(PCTransaction) - Method in interface tech.paycon.sdk.v5.PCLogin.GetLoginTransactionCallback
Called when transaction for given user is created successfully and user can login.
success() - Method in interface tech.paycon.sdk.v5.utils.PCCallback
Success method execution
success() - Method in interface tech.paycon.sdk.v5.utils.PCDeclineCallback
Invoked when transaction is declined successfully
success() - Method in interface tech.paycon.sdk.v5.utils.PCGeneralCallback
Invoked upon any successful result when no value must be returned
success(PCCertificateInfo) - Method in interface tech.paycon.sdk.v5.utils.PCGetCertificateInfoCallback
Invoked when certificate info is successfully extracted
success(PCOperation) - Method in interface tech.paycon.sdk.v5.utils.PCGetOperationCallback
Invoked when operation data is successfully downloaded
success(PCTransaction) - Method in interface tech.paycon.sdk.v5.utils.PCGetTransactionBinaryDataCallback
Invoked when binary data is successfully acquired.
success(PCTransaction) - Method in interface tech.paycon.sdk.v5.utils.PCGetTransactionCallback
Invoked when transaction data is successfully downloaded
success(String[]) - Method in interface tech.paycon.sdk.v5.utils.PCListOperationsCallback
Invoked when the list of operations is successfully acquired
success(String[]) - Method in interface tech.paycon.sdk.v5.utils.PCListTransactionsCallback
Invoked when the list of transactions is successfully acquired
success() - Method in interface tech.paycon.sdk.v5.utils.PCNetCallback
Invoked upon successful interaction with the server
success(PCOperation) - Method in interface tech.paycon.sdk.v5.utils.PCProcessOperationCallback
Called when all passed transactions were successfully processed
success(PCUser) - Method in interface tech.paycon.sdk.v5.utils.PCRestoreCallback
Invoked when user is successfully restored
success(PCUser.ExtendedAuthMethods) - Method in interface tech.paycon.sdk.v5.utils.PCRestoreMethodsCallback
Success method execution
success() - Method in interface tech.paycon.sdk.v5.utils.PCSignCallback
Invoked when transaction is signed successfully
success(PCUserBackupData) - Method in interface tech.paycon.sdk.v5.utils.PCUserBackupCallback
Invoked when set of backup data is successfully created and can be used to restore the user
suggestUsers() - Method in class tech.paycon.sdk.v5.PCLogin
Returns array of PCUser objects which can be used to log in with scanned QR
A B C D E F G H I L O P R S T U V 
Skip navigation links