#Variables

Some texts inside the paywall benefit from predefined & automatically integrated variables, such as {app_name}.
The .variable function allows you to define custom variables, which can be used in all paywall texts.

#Usage

fun variables(key: String, value: Any? = null): Access

fun variables(variables: Map<String, Any>): Access