LicensingConfig
data class LicensingConfig(var delay: Int = 0) : Parcelable
Configures the behaviour of the license evaluation.
Constructors
| LicensingConfig | constructor(delay: Int = 0) |
Types
| Name | Summary |
|---|---|
| Builder | class Builder |
Properties
| Name | Summary |
|---|---|
| delay | var delay: Int The delay in milliseconds until the licensing call is issued. Default value is 0. Maximum value is 30000 (i.e. 30 seconds). |