docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.extensions.behaviour_builder
/
BehaviourWithFSMStateHandler
Behaviour
With
FSMState
Handler
fun
interface
BehaviourWithFSMStateHandler
<
I
:
O
,
O
:
State
>
:
StatesHandler
<
I
,
O
>
(
source
)
Inheritors
BehaviourWithFSMStateHandlerHolder
Members
Functions
handle
State
Link copied to clipboard
open
suspend override
fun
StatesMachine
<
in
O
>
.
handleState
(
state
:
I
)
:
O
?
abstract
suspend
fun
BehaviourContextWithFSM
<
in
O
>
.
handleState
(
state
:
I
)
:
O
?