CustomCallback

data class CustomCallback(val name: String, val variables: Map<String, Any>?)(source)

Represents a custom callback request from the paywall.

Constructors

Link copied to clipboard
constructor(name: String, variables: Map<String, Any>?)

Properties

Link copied to clipboard

The name of the callback being requested.

Link copied to clipboard

Optional key-value pairs passed from the paywall. Values are type-preserved (string/number/boolean).