LicensingConfig

data class LicensingConfig(delay: Int) : Parcelable

Configures the behaviour of the license evaluation.

Constructors

Link copied to clipboard
fun LicensingConfig(delay: Int = 0)

Properties

Link copied to clipboard
var delay: Int = 0

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