workflow-runtime
Toggle table of contents
1.24.04-0.3.0
common
Platform filter
common
Switch theme
Search in API
workflow-runtime
workflow-runtime
/
com.squareup.workflow1
/
SimpleLoggingWorkflowInterceptor
/
onPropsChanged
on
Props
Changed
open
override
fun
<
P
,
S
>
onPropsChanged
(
old
:
P
,
new
:
P
,
state
:
S
,
proceed
:
(
P
,
P
,
S
)
->
S
,
session
:
WorkflowInterceptor.WorkflowSession
)
:
S
(
source
)
Intercepts calls to
StatefulWorkflow.onPropsChanged
.