PaywallPresentationInfo

@Serializable
data class PaywallPresentationInfo(val style: PaywallPresentationStyle, val delay: Long)(source)

Constructors

Link copied to clipboard
constructor(style: PaywallPresentationStyle, delay: Long)

Properties

Link copied to clipboard
@SerialName(value = "delay")
val delay: Long
Link copied to clipboard
@SerialName(value = "style")
val style: PaywallPresentationStyle