BlinkIdSdkSettings
data class BlinkIdSdkSettings @JvmOverloads constructor(val licenseKey: String, val licensee: String? = null, val resourcesConfig: ResourcesConfig = ResourcesConfig(), val otaResourcesConfig: OtaResourcesConfig = OtaResourcesConfig(), val microblinkProxyUrl: String? = null) : Parcelable
Settings for initialization of the BlinkID SDK.
Constructors
Link copied to clipboard
constructor(licenseKey: String, licensee: String? = null, resourcesConfig: ResourcesConfig = ResourcesConfig(), otaResourcesConfig: OtaResourcesConfig = OtaResourcesConfig(), microblinkProxyUrl: String? = null)
Properties
Link copied to clipboard
License key String for the native SDK.
Link copied to clipboard
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:
Link copied to clipboard
Configuration for OTA (over-the-air) resource downloads and local storage.
Link copied to clipboard
Configuration for SDK resource downloads and local storage.