AdaptyUIAction

sealed interface AdaptyUIAction

Represents a UI action performed by the user on Adapty paywalls or onboarding screens.

Inheritors

Types

Link copied to clipboard

User pressed the Android system back button.

Link copied to clipboard

User pressed the close button.

Link copied to clipboard
data class CustomAction(val action: String) : AdaptyUIAction

User tapped a button that triggers a custom action.

Link copied to clipboard
data class OpenUrlAction(val url: String) : AdaptyUIAction

User tapped a button that opens a URL.