workflow
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
workflow
workflow-testing-jvm
/
com.squareup.workflow1.testing
/
RenderTester
/
RememberInvocation
Remember
Invocation
class
RememberInvocation
(
val
key
:
String
,
val
resultType
:
KType
,
val
inputs
:
List
<
Any
?
>
)
(
source
)
Captures the parameters of a call to
RenderContext.remember
.
Members
Constructors
Remember
Invocation
Link copied to clipboard
constructor
(
key
:
String
,
resultType
:
KType
,
inputs
:
List
<
Any
?
>
)
Properties
inputs
Link copied to clipboard
val
inputs
:
List
<
Any
?
>
key
Link copied to clipboard
val
key
:
String
result
Type
Link copied to clipboard
val
resultType
:
KType