Adapty
androidJvm
AdaptyUI
/
com.adapty.ui.onboardings.listeners
/
AdaptyOnboardingEventListener
Adapty
Onboarding
Event
Listener
interface
AdaptyOnboardingEventListener
Inheritors
AdaptyOnboardingDefaultEventListener
Members
Functions
on
Analytics
Event
Link copied to clipboard
abstract
fun
onAnalyticsEvent
(
event
:
AdaptyOnboardingAnalyticsEvent
,
context
:
Context
)
on
Close
Action
Link copied to clipboard
abstract
fun
onCloseAction
(
action
:
AdaptyOnboardingCloseAction
,
context
:
Context
)
on
Custom
Action
Link copied to clipboard
abstract
fun
onCustomAction
(
action
:
AdaptyOnboardingCustomAction
,
context
:
Context
)
on
Error
Link copied to clipboard
abstract
fun
onError
(
error
:
AdaptyOnboardingError
,
context
:
Context
)
on
Finish
Loading
Link copied to clipboard
abstract
fun
onFinishLoading
(
context
:
Context
)
on
Open
Paywall
Action
Link copied to clipboard
abstract
fun
onOpenPaywallAction
(
action
:
AdaptyOnboardingOpenPaywallAction
,
context
:
Context
)
on
State
Updated
Action
Link copied to clipboard
abstract
fun
onStateUpdatedAction
(
action
:
AdaptyOnboardingStateUpdatedAction
,
context
:
Context
)