LicensingConfig

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

Configures the behaviour of the license evaluation.

Constructors

Link copied to clipboard
constructor(delay: Int = 0)

Properties

Link copied to clipboard
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).