LicensingConfig

LicensingConfig

data class LicensingConfig(var delay: Int = 0) : Parcelable

Configures the behaviour of the license evaluation.

Constructors

LicensingConfigconstructor(delay: Int = 0)

Types

NameSummary
Builderclass Builder

Properties

NameSummary
delayvar delay: Int
The delay in milliseconds until the licensing call is issued. Default value is 0. Maximum value is 30000 (i.e. 30 seconds).