setCustomVariables
fun setCustomVariables(customVariables: Map<String, CustomVariableValue>): PaywallActivityLaunchIfNeededOptions.Builder
Sets custom variables to be used in paywall text. These values will replace {{ custom.key }} or {{ $custom.key }} placeholders in the paywall configuration.
Invalid keys (those not starting with a letter or containing invalid characters) will be filtered out and logged as warnings.