BlinkIdSdkSettings
Settings for initialization of the BlinkID SDK.
Constructors
Properties
Whether resources required for on-device image processing should be downloaded and cached on first initialization of the SDK. If set to false, you need to package all the required resources in your application's assets.
License key String for the native SDK.
Set a custom HTTPS URL to be used as a proxy for Ping and license checks. The proxy URL will be applied only if the license has the appropriate rights. The URL must use the HTTPS protocol. Example: https://your-proxy.com/ If this value is defined, SDK initialization will not be successful in the following cases: - if the URL does not use HTTPS or if the URL is invalid (IllegalArgumentException) - if the license does not allow proxy usage (InvalidLicenseException)
If resources are to be downloaded, the following is the URL where the resources are hosted.
Local folder name where resources will be downloaded and cached. If resources are being downloaded, this defines the name of the folder within your application's cache folder where resources will be cached. If resources downloading is disabled, this defines the path in your application's assets where the resources could be found.
Timeout settings for resource downloads.