BlinkIdSdkSettings constructor
BlinkIdSdkSettings(
- String licenseKey, [
- dynamic licensee,
- dynamic downloadResources,
- dynamic resourceDownloadUrl,
- dynamic resourceLocalFolder,
- dynamic bundleURL,
- dynamic resourceRequestTimeout,
- dynamic microblinkProxyURL,
Settings for the initialization of the BlinkID SDK.
Implementation
BlinkIdSdkSettings(
this.licenseKey, [
licensee,
downloadResources,
resourceDownloadUrl,
resourceLocalFolder,
bundleURL,
resourceRequestTimeout,
microblinkProxyURL
]);