CustomPaywallImpressionParams

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

Parameters for tracking a custom paywall impression event.

Parameters

paywallId

An optional identifier for the custom paywall being shown.

offeringId

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.

Constructors

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

Properties

Link copied to clipboard
val offeringId: String? = null
Link copied to clipboard
val paywallId: String? = null