AdaptyFlowView

class AdaptyFlowView @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 showFlow(flowConfiguration: AdaptyUI.FlowConfiguration, products: List<AdaptyPaywallProduct>?, eventListener: AdaptyFlowEventListener, insets: AdaptyFlowInsets = AdaptyFlowInsets.Unspecified, customAssets: AdaptyCustomAssets = AdaptyCustomAssets.Empty, tagResolver: AdaptyUiTagResolver = AdaptyUiTagResolver.Default, timerResolver: AdaptyUiTimerResolver = AdaptyUiTimerResolver.Default, observerModeHandler: AdaptyUiObserverModeHandler? = null)

Should be called only on UI thread