public class PCKYCSession
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PCKYCSession.ExtendedSessionStatus
Extended information about the session, which can be extracted by calling
PCKYCManager.getSessionStatus(PCKYCSession, PCKYCManager.SessionStatusCallback) |
static class |
PCKYCSession.MediaSourceType
Sources which required to perform the remote identification
|
static class |
PCKYCSession.SessionStatus
Current status of the session.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnalyserType()
Gets type of analyser which is responsible for verification of uploaded data
|
java.lang.String |
getSessionId()
Returns session id which is assigned by the server the first time session is opened
|
java.util.Set<PCKYCSession.MediaSourceType> |
getSourceSet() |
PCKYCSession.SessionStatus |
getStatus()
Last acquired status from
PCKYCManager.getSessionStatus(PCKYCSession, PCKYCManager.SessionStatusCallback) |
java.util.Set<PCKYCSession.MediaSourceType> |
getUploadedSources() |
public java.lang.String getAnalyserType()
public java.util.Set<PCKYCSession.MediaSourceType> getSourceSet()
public java.util.Set<PCKYCSession.MediaSourceType> getUploadedSources()
public java.lang.String getSessionId()
public PCKYCSession.SessionStatus getStatus()
PCKYCManager.getSessionStatus(PCKYCSession, PCKYCManager.SessionStatusCallback)
PCKYCSession.SessionStatus