Home English Version - ReconoSERID/SDK-ReconoSERID-Android GitHub Wiki
ReconoSERID SDK
It is a ReconoSERID library from where you will be able to call services such as query agreement, send OTP, verify OTP and others that will be explained later. An app has been developed from where you can see how these services work.
Requirements
- minSdkVersion 22
- java version 8 support
- Internet permission
- Camera permission
- Phone permission
- Initialize SDK in Application
#!android
LibraryReconoSer.init(this, getApplicationContext(), "Unique convention identifier", "Additional data");