Backpack Android
Toggle table of contents
backpack-compose
Platform filter
backpack-compose
Switch theme
Search in API
Backpack Android
backpack-compose
/
net.skyscanner.backpack.compose.appsearchmodal
/
BpkAction
Bpk
Action
data
class
BpkAction
(
val
text
:
String
,
val
onActionSelected
:
(
)
->
Unit
)
Members
Constructors
Bpk
Action
Link copied to clipboard
constructor
(
text
:
String
,
onActionSelected
:
(
)
->
Unit
)
Properties
on
Action
Selected
Link copied to clipboard
val
onActionSelected
:
(
)
->
Unit
text
Link copied to clipboard
val
text
:
String