microblinkProxyURL property

String? microblinkProxyURL
getter/setter pair

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
  • if the license does not allow proxy usage

Implementation

String? microblinkProxyURL;