hurok
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
hurok
hurok-base
/
com.ekezet.hurok.test
/
TestState
Test
State
data
class
TestState
(
val
title
:
String
)
:
ViewState
<
TestModel
,
TestDependency
>
State used in library tests.
Members
Constructors
Test
State
Link copied to clipboard
constructor
(
title
:
String
)
Properties
title
Link copied to clipboard
val
title
:
String
Functions
emit
Link copied to clipboard
fun
emit
(
action
:
Action
<
TestModel
,
TestDependency
>
)
:
Unit
?
Delegate call to
ActionEmitter.emit
.