AdaptyUI
Singleton for managing Adapty UI components such as paywalls and onboardings.
This interface is responsible for creating, presenting, and dismissing UI views, as well as observing user interactions and lifecycle events for analytics and customization.
Typical usage:
Create and display paywall or onboarding views
Register observers for UI events
Handle dialog interactions
See also
Functions
Creates an onboarding view from the provided AdaptyOnboarding model.
Creates a paywall view that can be presented to the user.
Dismisses the currently displayed onboarding view.
Dismisses the currently displayed paywall view.
Presents the provided onboarding view.
Presents the provided paywall view.
Registers an AdaptyUIOnboardingsEventsObserver for a specific onboarding view.
Sets an observer to receive events from AdaptyUI onboardings.
Sets an observer to receive events from paywalls displayed.
Displays a simple dialog within the context of a paywall or onboarding view.
Unregisters the onboarding event observer for the specified view.