AdaptyUIFlowView
Represents a flow view in the Adapty UI (cross_platform 4.0.0).
Properties
Functions
Link copied to clipboard
Dismisses the currently presented flow view.
Link copied to clipboard
suspend fun present(iosPresentationStyle: AdaptyUIIOSPresentationStyle = AdaptyUIIOSPresentationStyle.FULLSCREEN): AdaptyResult<Unit>
Presents the flow 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 flow view.