toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.ui
/
SurveyFrameLifecycleListener
Survey
Frame
Lifecycle
Listener
interface
SurveyFrameLifecycleListener
Inheritors
SdkDialog
Members
Functions
on
Survey
Errored
Link copied to clipboard
abstract
fun
onSurveyErrored
(
page
:
SurveyPage
,
values
:
Map
<
String
,
String
?
>
,
exception
:
Exception
)
on
Survey
Finished
Link copied to clipboard
abstract
fun
onSurveyFinished
(
page
:
SurveyPage
,
values
:
Map
<
String
,
String
?
>
)
on
Survey
Page
Ready
Link copied to clipboard
abstract
fun
onSurveyPageReady
(
page
:
SurveyPage
)
on
Survey
Quit
Link copied to clipboard
abstract
fun
onSurveyQuit
(
values
:
Map
<
String
,
String
?
>
)