AdaptyUI

Functions

Link copied to clipboard
open suspend override fun createPaywallView(paywall: AdaptyPaywall, loadTimeout: Duration?, preloadProducts: Boolean, customTags: Map<String, String>?, customTimers: Map<String, LocalDateTime>?, androidPersonalizedOffers: Map<String, Boolean>?): AdaptyUIView?
Link copied to clipboard
open override fun dismissPaywallView(view: AdaptyUIView)
Link copied to clipboard
open override fun presentPaywallView(view: AdaptyUIView)
Link copied to clipboard
open override fun setObserver(observer: AdaptyUIObserver)
Link copied to clipboard
open suspend override fun showDialog(view: AdaptyUIView, title: String, content: String, primaryActionTitle: String, secondaryActionTitle: String?): AdaptyUIDialogActionType