AdaptyPaywallView

class AdaptyPaywallView @JvmOverloads constructor(    context: Context,     attrs: AttributeSet? = null,     defStyleAttr: Int = 0) : AbstractComposeView

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Functions

Link copied to clipboard
open override fun Content()
Link copied to clipboard
fun showPaywall(    viewConfiguration: AdaptyUI.LocalizedViewConfiguration,     products: List<AdaptyPaywallProduct>?,     eventListener: AdaptyUiEventListener,     insets: AdaptyPaywallInsets = AdaptyPaywallInsets.UNSPECIFIED,     personalizedOfferResolver: AdaptyUiPersonalizedOfferResolver = AdaptyUiPersonalizedOfferResolver.DEFAULT,     tagResolver: AdaptyUiTagResolver = AdaptyUiTagResolver.DEFAULT,     timerResolver: AdaptyUiTimerResolver = AdaptyUiTimerResolver.DEFAULT,     observerModeHandler: AdaptyUiObserverModeHandler? = null)

Should be called only on UI thread