AdaptyUIPaywallView
Represents a paywall view in the Adapty UI.
Properties
Functions
Link copied to clipboard
Dismisses the currently presented paywall view.
Link copied to clipboard
suspend fun present(iosPresentationStyle: AdaptyUIIOSPresentationStyle = AdaptyUIIOSPresentationStyle.FULLSCREEN): AdaptyResult<Unit>
Presents the paywall view to the user.
Link copied to clipboard
suspend fun showDialog(title: String, content: String, primaryActionTitle: String, secondaryActionTitle: String? = null): AdaptyResult<AdaptyUIDialogActionType>
Presents a dialog on top of the paywall view.