_LicenseChecker

CLASS

Checks / validates the license for "uiloos".

Note: you are not supposed to use this class directly. Use the variable licenseChecker instead.

Since 1.0.0

Methods

  • activateLicense

    With activateLicense you can set activate your license key for uiloos. Make sure that you set your license key before using any functionality that uiloos provides.

    You can purchase a license at https://www.uiloos.dev.

    Since 1.0.0

    Signature

    activateLicense(
    licenseKey : string ,
    ): void

    Parameters

    licenseKey: string

    The license key of uiloos you want to activate.

    options: ActivateLicenseOptions

    The optional options for the activateLicense function, can be used to suppress the "license activated" message.