interface LicensingConfig {
    delay?: number;
}

Properties

Properties

delay?: number

Can be used to set the delay (in milliseconds) until the licensing call is issued. Maximum value is 30000 (30 seconds).