toggle menu
DaVinci client for Android
1.1.0
androidJvm
switch theme
search in API
journey-plugin
/
com.pingidentity.journey.plugin
/
CallbackRegistry
Callback
Registry
object
CallbackRegistry
Members
Properties
derived
Callbacks
Link copied to clipboard
val
derivedCallbacks
:
MutableList
<
(
JsonObject
)
->
String
?
>
Functions
callback
Link copied to clipboard
fun
callback
(
array
:
JsonArray
)
:
List
<
Callback
>
inject
Link copied to clipboard
fun
inject
(
journey
:
Journey
,
continueNode
:
ContinueNode
)
Injects the DaVinci and ContinueNode instances into the collectors.
register
Link copied to clipboard
fun
register
(
type
:
String
,
block
:
(
)
->
Callback
)
register
Derived
Link copied to clipboard
fun
registerDerived
(
block
:
(
JsonObject
)
->
String
?
)