Overrides

data class Overrides(val products: Map<String, StoreProduct>?, val isFreeTrial: Boolean?)(source)

Overrides within the paywall.

Constructors

Link copied to clipboard
constructor(products: Map<String, StoreProduct>?, isFreeTrial: Boolean?)

Properties

Link copied to clipboard

Whether to override the displaying of a free trial.

Link copied to clipboard

The products to substitute into the response.