Package com.incode.welcome_sdk
        Class IncodeWelcomeAPI
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.incode.welcome_sdk.IIncodeWelcome
 
 public class IncodeWelcomeAPI implements IIncodeWelcome 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description IncodeWelcomeAPI()
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        setCommonConfigUnit setCommonConfig(CommonConfig commonConfig) 
 - 
                                        getSdkModeSdkMode getSdkMode() 
 - 
                                        setSdkModeUnit setSdkMode(SdkMode sdkMode) 
 - 
                                        startOnboardingUnit startOnboarding(Context context, SessionConfig sessionConfig, FlowConfig flowConfig, IncodeWelcome.OnboardingListener onboardingListener) 
 - 
                                        setupOnboardingSessionUnit setupOnboardingSession(SessionConfig sessionConfig, OnboardingSessionListener onboardingSessionListener) 
 - 
                                        startOnboardingSectionUnit startOnboardingSection(Context context, FlowConfig flowConfig, IncodeWelcome.OnboardingListener onboardingListener) 
 - 
                                        startOnboardingSectionUnit startOnboardingSection(Context context, SessionConfig sessionConfig, FlowConfig flowConfig, IncodeWelcome.OnboardingListener onboardingListener) 
 - 
                                        syncDelayedOnboardingsUnit syncDelayedOnboardings(SyncDelayedOnboardingListener syncDelayedOnboardingListener) 
 - 
                                        deleteAllDelayedOnboardingsUnit deleteAllDelayedOnboardings() 
 - 
                                        startWorkflowUnit startWorkflow(Context context, SessionConfig sessionConfig, IncodeWelcome.OnboardingListener onboardingListener) 
 - 
                                        startFaceLoginUnit startFaceLogin(Context context, SelfieScan selfieScan, SelfieScanListener selfieScanListener) 
 - 
                                        finishOnboardingUnit finishOnboarding(Context context, FinishOnboardingListener finishOnboardingListener) 
 - 
                                        getUserScoreUnit getUserScore(IncodeWelcome.IDResultsFetchMode idResultsFetchMode, String interviewId, GetUserScoreListener getUserScoreListener) 
 - 
                                        getReportUnit getReport(String interviewId, ReportListener reportListener) 
 - 
                                        getInterviewIdString getInterviewId() 
 - 
                                        getVideoSelfiePathString getVideoSelfiePath() 
 - 
                                        isTokenInitializedBoolean isTokenInitialized() 
 - 
                                        faceMatchUnit faceMatch(String interviewId, IdCategory idCategory, FaceMatchListener faceMatchListener) 
 - 
                                        faceMatchUnit faceMatch(String interviewId, FaceMatch.MatchType matchType, IdCategory idCategory, FaceMatchListener faceMatchListener) 
 - 
                                        geolocationUnit geolocation(Context context, String interviewId, GeolocationListener geolocationListener) 
 - 
                                        processIdUnit processId(String interviewId, IdCategory idCategory, IdProcessListener idProcessListener) 
 - 
                                        processLaborHistoryUnit processLaborHistory(String interviewId, String curp, ProcessLaborHistoryListener laborHistoryListener) 
 - 
                                        processPaymentProofUnit processPaymentProof(String interviewId, ProcessPaymentProofListener processPaymentProofListener) 
 - 
                                        processAntifraudUnit processAntifraud(String interviewId, AntifraudListener antifraudListener) 
 - 
                                        processCustomWatchlistUnit processCustomWatchlist(String interviewId, ProcessCustomWatchlistListener processCustomWatchlistListener) 
 - 
                                        getPaymentProofInfoUnit getPaymentProofInfo(String interviewId, PaymentProofInfoListener paymentProofInfoListener) 
 - 
                                        setStringsUnit setStrings(Locale locale, Map<String, CharSequence> strings) 
 - 
                                        setStringArrayUnit setStringArray(Locale locale, Map<String, Array<CharSequence>> stringArray) 
 - 
                                        setQuantityStringsUnit setQuantityStrings(Locale locale, Map<String, Map<QuantityKeyword, CharSequence>> quantityStrings) 
 - 
                                        addNOM151ArchiveUnit addNOM151Archive(String interviewId, AddNOM151ArchiveListener addNOM151ArchiveListener) 
 - 
                                        getUserOCRDataUnit getUserOCRData(String token, GetUserOCRDataListener getUserOCRDataListener) 
 - 
                                        setFacesUnit setFaces(List<FaceInfo> faceInfoList, FaceEventListener faceEventListener) 
 - 
                                        setFaces@Deprecated(message = "This method is deprecated and should no longer be used", replaceWith = @ReplaceWith(imports = {}, expression = "setFaces(faceInfoList, faceEventListener)")) Unit setFaces(List<FaceInfo> faceInfoList) 
 - 
                                        addFaceUnit addFace(FaceInfo faceInfo, FaceEventListener faceEventListener) 
 - 
                                        addFace@Deprecated(message = "This method is deprecated and should no longer be used", replaceWith = @ReplaceWith(imports = {}, expression = "addFace(faceInfo, faceEventListener)")) Unit addFace(FaceInfo faceInfo) 
 - 
                                        removeFaceUnit removeFace(String customerUUID, FaceEventListener faceEventListener) 
 - 
                                        removeFace@Deprecated(message = "This method is deprecated and should no longer be used", replaceWith = @ReplaceWith(imports = {}, expression = "removeFace(customerUUID, faceEventListener)")) Unit removeFace(String customerUUID) 
 - 
                                        removeAllFacesUnit removeAllFaces(FaceEventListener faceEventListener) 
 - 
                                        getFacesUnit getFaces(FaceInfoListener faceInfoListener) 
 - 
                                        syncFaceLoginAttemptsUnit syncFaceLoginAttempts(SyncFaceLoginAttemptsListener syncFaceLoginAttemptsListener) 
 - 
                                        setFaceAuthenticationHintUnit setFaceAuthenticationHint(String faceAuthenticationHint) 
 - 
                                        fetchAllFlows@Deprecated(message = "This method is deprecated and should no longer be used.") Unit fetchAllFlows(String adminToken, IncodeWelcome.FetchFlowsListener fetchFlowsListener) 
 - 
                                        fetchFlow@Deprecated(message = "This method is deprecated and should no longer be used.") Unit fetchFlow(String flowId, String token, IncodeWelcome.FetchFlowListener fetchFlowListener) 
 - 
                                        fetchRegions@Deprecated(message = "This method is deprecated as the region is no longer necessary in the onboarding flow.") Unit fetchRegions(FetchRegionsListener fetchRegionsListener) 
 - 
                                        downloadLibraries@Deprecated(message = "Libraries are now bundled with the SDK, and always available. This function should not be used anymore.") Unit downloadLibraries() 
 - 
                                        isLibrariesReady@Deprecated(message = "Libraries are now bundled with the SDK, and always available. This function always returns true.") Boolean isLibrariesReady() 
 - 
                                        subscribeForLibrariesReady@Deprecated(message = "Libraries are now bundled with the SDK, and always available. FaceRecognitionPrepareListener#onFaceRecognitionReady() is called immediately") Unit subscribeForLibrariesReady(FaceRecognitionPrepareListener faceRecognitionReadyListener) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-