Initialization
This section contains the necessary methods to init BiometridFull SDK.
In order to use any of the SDK functionalities, the application needs to initialize it first, using the credentials provided during the enrollment on our platform (see prerequisites section above).
apiUrl: String
Url credential provided
app: String
Application key provided
credential: String
Secret credential provided
appUrl: String
App Url
language: Language
Language of Full SDK, defaul is English
customHeaders: [String: String]?
Custom headers
callback: BiometridFullCallback
callback
Implementation example
Callback params
Parameter
Description
status: Bool
Method request status
error: Errors?
Errors associated enum
processId: String?
Id of current process
Was this helpful?