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
/
BpkShortcut
Bpk
Shortcut
data
class
BpkShortcut
(
val
text
:
String
,
val
icon
:
BpkIcon
,
val
onShortcutSelected
:
(
)
->
Unit
)
Members
Constructors
Bpk
Shortcut
Link copied to clipboard
constructor
(
text
:
String
,
icon
:
BpkIcon
,
onShortcutSelected
:
(
)
->
Unit
)
Properties
icon
Link copied to clipboard
val
icon
:
BpkIcon
on
Shortcut
Selected
Link copied to clipboard
val
onShortcutSelected
:
(
)
->
Unit
text
Link copied to clipboard
val
text
:
String