BlinkIdSdkSettings constructor

BlinkIdSdkSettings(
  1. String licenseKey, [
  2. dynamic licensee,
  3. dynamic downloadResources,
  4. dynamic resourceDownloadUrl,
  5. dynamic resourceLocalFolder,
  6. dynamic bundleURL,
  7. dynamic resourceRequestTimeout,
  8. dynamic microblinkProxyURL,
])

Settings for the initialization of the BlinkID SDK.

Implementation

BlinkIdSdkSettings(
  this.licenseKey, [
  licensee,
  downloadResources,
  resourceDownloadUrl,
  resourceLocalFolder,
  bundleURL,
  resourceRequestTimeout,
  microblinkProxyURL
]);