public interface NetverifyCustomSDKInterface
Modifier and Type | Method and Description |
---|---|
void |
onNetverifyCountriesReceived(java.util.HashMap<java.lang.String,NetverifyCountry> countryList,
java.lang.String userCountryCode)
Select country and document type which has to be processed.
|
void |
onNetverifyError(java.lang.String errorCode,
java.lang.String errorMessage,
boolean retryPossible,
java.lang.String scanReference)
An error occured during the process
|
void |
onNetverifyFinished(NetverifyDocumentData documentData,
java.lang.String scanReference)
Whole verification or fastfill workflow has been successfully finished
|
void |
onNetverifyResourcesLoaded()
Called as soon as all resources are loaded and scanning can be started
|
void |
onNetverifyUserConsentRequried(java.lang.String privacyPolicy)
This callback is invoked when the end-user’s consent to Jumio’s privacy policy is legally required.
|
void onNetverifyCountriesReceived(java.util.HashMap<java.lang.String,NetverifyCountry> countryList, java.lang.String userCountryCode)
countryList
- Hashmap with all possible countries. The key is the ISO 3155-1 alpha 3 code, the value is an instance of NetverifyCountry
userCountryCode
- - ISO 3166-1 alpha 3 user countryvoid onNetverifyResourcesLoaded()
void onNetverifyFinished(NetverifyDocumentData documentData, java.lang.String scanReference)
documentData
- extracted NetverifyDocumentData
scanReference
- Scan referencevoid onNetverifyError(java.lang.String errorCode, java.lang.String errorMessage, boolean retryPossible, java.lang.String scanReference)
errorCode
- the error codeerrorMessage
- the localized error messageretryPossible
- true when NetverifyCustomSDKController.retry()
can be calledscanReference
- Scan referencevoid onNetverifyUserConsentRequried(java.lang.String privacyPolicy)
NetverifyCustomSDKController.setUserConsented()
when the end-user has accepted.privacyPolicy
- Jumio privacy policy URL© Jumio Corp. 268 Lambert Avenue, Palo Alto, CA 94306
The source code and software available on this website (“Software”) is provided by Jumio Corp. or its affiliated group
companies (“Jumio”) "as is” and any express or implied warranties, including, but not limited to, the implied warranties of
merchantability and fitness for a particular purpose are disclaimed. In no event shall Jumio be liable for any direct, indirect,
incidental, special, exemplary, or consequential damages (including but not limited to procurement of substitute goods or
services, loss of use, data, profits, or business interruption) however caused and on any theory of liability, whether in contract,
strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this Software, even if advised of the
possibility of such damage. In any case, your use of this Software is subject to the terms and conditions that apply to your
contractual relationship with Jumio. As regards Jumio’s privacy practices, please see our privacy notice available here: Privacy Policy.