circuit-root
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
circuit-root
circuit-foundation
/
com.slack.circuit.foundation.internal
/
PredictiveBack
Predictive
Back
class
PredictiveBack
(
scope
:
CoroutineScope
,
val
onEvent
:
suspend
(
PredictiveBack.Event
)
->
Unit
)
(
source
)
Members
Constructors
Predictive
Back
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
,
onEvent
:
suspend
(
PredictiveBack.Event
)
->
Unit
)
Types
Event
Link copied to clipboard
sealed
interface
Event
Properties
on
Event
Link copied to clipboard
val
onEvent
:
suspend
(
PredictiveBack.Event
)
->
Unit
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
send
Link copied to clipboard
fun
send
(
event
:
PredictiveBack.Event
)