present
suspend fun present(iosPresentationStyle: AdaptyUIIOSPresentationStyle = AdaptyUIIOSPresentationStyle.FULLSCREEN): AdaptyResult<Unit>
Presents the onboarding view to the user as a standalone screen.
Each view can only be used once.
Event Handling
Use a global event observer via AdaptyUI.setOnboardingsEventsObserver for handling events before presenting.
Return
AdaptyResult indicating success or failure.