CustomVariableValue

abstract class CustomVariableValue

Represents a value for a custom paywall variable. Custom variables allow you to dynamically set text on your paywall from your app.

Inheritors

Types

Link copied to clipboard
class Boolean(val value: Boolean) : CustomVariableValue

A boolean custom variable value.

Link copied to clipboard
object Companion
Link copied to clipboard
class Number(val value: Double) : CustomVariableValue

A numeric custom variable value.

Link copied to clipboard
class String(val value: String) : CustomVariableValue

A string custom variable value.