CustomPaywallImpressionParams

class CustomPaywallImpressionParams @JvmOverloads constructor(val paywallId: String? = null, val offeringId: String? = null)

Parameters for tracking a custom paywall impression event.

Constructors

Link copied to clipboard
constructor(paywallId: String? = null, offeringId: String? = null)

Properties

Link copied to clipboard
val offeringId: String? = null

An optional identifier for the offering associated with the custom paywall. If not provided, the SDK will use the current offering identifier from the cache.

Link copied to clipboard
val paywallId: String? = null

An optional identifier for the custom paywall being shown.