toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
alerts
/
ru.sydis.alerts.alertstate
/
BaseState
Base
State
class
BaseState
(
val
alertState
:
AlertState
,
onCameAction
:
(
event
:
Event
)
->
Unit
?
=
null
,
onWentAction
:
(
event
:
Event
)
->
Unit
?
=
null
)
:
AbstractState
Members
Constructors
Base
State
Link copied to clipboard
constructor
(
alertState
:
AlertState
,
onCameAction
:
(
event
:
Event
)
->
Unit
?
=
null
,
onWentAction
:
(
event
:
Event
)
->
Unit
?
=
null
)
Properties
alert
State
Link copied to clipboard
val
alertState
:
AlertState
Functions
on
Came
Link copied to clipboard
open
override
fun
onCame
(
event
:
Event
)
on
Went
Link copied to clipboard
open
override
fun
onWent
(
event
:
Event
)