Config

@Serializable
data class Config(val maxAttempts: Int, val endpoints: List<PaywallWebviewUrl>)(source)

Constructors

Link copied to clipboard
constructor(maxAttempts: Int, endpoints: List<PaywallWebviewUrl>)

Properties

Link copied to clipboard
@SerialName(value = "endpoints")
val endpoints: List<PaywallWebviewUrl>
Link copied to clipboard
@SerialName(value = "max_attempts")
val maxAttempts: Int