- getAnalyser() - Method in class tech.paycon.kyc.KYCSessionParams
-
The specified analyser or null if it is not specified
- getAnalysesResults() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
Results of the documents analysis or null if the information is not available.
- getAppExtra() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
Additional information that the app might have passed while creating session.
- getAppExtra() - Method in class tech.paycon.kyc.KYCSession
-
Extra information provided by the application as a JSON-string (if applicable)
- getAvailableAnalysers() - Method in class tech.paycon.kyc.KYCInfo
-
List of available analysers
- getAvailableOcrRetrievers() - Method in class tech.paycon.kyc.KYCInfo
-
List of available OCR retrievers
- getAvailableVerifiers() - Method in class tech.paycon.kyc.KYCInfo
-
List of available verifiers
- getContent() - Method in class tech.paycon.kyc.KYCCredentials
-
Content of credentials as key-value pairs
- getCreatedAt() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
Timestamp in milliseconds when the session was created
- getCredentials() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
Credentials for a specific verifier.
- getDeviceInfo() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
Information about the device initialed the session or null if this information is not available
- getErrorCode() - Method in class tech.paycon.kyc.KYCError
-
- getErrorMessage() - Method in class tech.paycon.kyc.KYCError
-
- getIntent(Context) - Method in class tech.paycon.kyc.KYCCredentials
-
- getKYCInfo(String, KYCManager.KYCInfoCallback) - Static method in class tech.paycon.kyc.KYCManager
-
Retrieves information about specified KYC service.
- getMessage() - Method in class tech.paycon.kyc.KYCError
-
Fairly informative message describing what has happened
- getName() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus.VerifierStatus
-
Name of the verifier
- getName() - Method in class tech.paycon.kyc.KYCVerifier
-
Name of the verifier
- getOCRResults(KYCSession, KYCManager.OCRResultsCallback) - Static method in class tech.paycon.kyc.KYCManager
-
Gets results of OCR procedure.
- getOcrRetriever() - Method in class tech.paycon.kyc.KYCSession
-
A service to recognize scanned documents.
- getOcrRetriever() - Method in class tech.paycon.kyc.KYCSessionParams
-
The specified OCR retriever or null if it is not specified
- getPcKycConnectorUrl() - Method in class tech.paycon.kyc.KYCSession
-
An URL to connect with KYC connector.
- getPcSystemId() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
ID of the PC system which is / will be used to issue the keys or null if the ID is unknown
- getPCUser(KYCSession, KYCManager.GetPCUserCallback) - Static method in class tech.paycon.kyc.KYCManager
-
- getPreliminaryVerifier() - Method in class tech.paycon.kyc.KYCSession
-
A verifier to perform preliminary identity verification.
- getPreliminaryVerifier() - Method in class tech.paycon.kyc.KYCSessionParams
-
The specified verifier for preliminary check or null if it is not specified
- getPublicKey() - Method in class tech.paycon.kyc.KYCSession
-
Public key generated on the device to start a session
- getReason() - Method in class tech.paycon.kyc.KYCSessionHistoryItem
-
A numeric value if the reason
- getRemainingVerifiers() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
The list of verifiers to be passed.
- getRequiredSources() - Method in class tech.paycon.kyc.KYCAnalyser
-
- getRequiredSources(KYCSession, KYCManager.SessionCallback) - Static method in class tech.paycon.kyc.KYCManager
-
Gets required sources from server which must be uploaded again to succeed OCR
- getRequiredSources() - Method in class tech.paycon.kyc.KYCSession
-
- getSessionId() - Method in class tech.paycon.kyc.KYCSession
-
Returns session id which is assigned by the server the first time session is opened
- getSessionStatus(KYCSession, KYCManager.SessionStatusCallback) - Static method in class tech.paycon.kyc.KYCManager
-
Retrieves the current status of the session
- getSessionStatus() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
- getStatus() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus.VerifierStatus
-
Current status of verification
- getStatus() - Method in class tech.paycon.kyc.KYCSession
-
- getStatus() - Method in class tech.paycon.kyc.KYCSessionHistoryItem
-
- getStatusHistory(KYCSession, KYCManager.StatusHistoryCallback) - Static method in class tech.paycon.kyc.KYCManager
-
Retrieves the history of statuses for a particular session
- getSystemId() - Method in class tech.paycon.kyc.KYCSession
-
PC System identifier (if applicable)
- getTime() - Method in class tech.paycon.kyc.KYCSessionHistoryItem
-
Time when the status was acquired
- getType() - Method in class tech.paycon.kyc.KYCAnalyser
-
Type of the analyser
- getType() - Method in class tech.paycon.kyc.KYCCredentials
-
Type of credentials
- getType() - Method in class tech.paycon.kyc.KYCOCRRetriever
-
Type of retriever
- getUpdatedAt() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
Timestamp in milliseconds when the session was last updated or 0 if it has not been changed since it was
created for the first time
- getVerifiers() - Method in class tech.paycon.kyc.KYCSession
-
List of required verifiers.
- getVerifiers() - Method in class tech.paycon.kyc.KYCSessionParams
-
List of specified verifiers or e,pry list if no verifiers were specified
- getVerifierStatus() - Method in class tech.paycon.kyc.KYCSession.ExtendedSessionStatus
-
Verifier selected for the verification.