toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-compose
/
net.skyscanner.backpack.compose.appsearchmodal
/
BpkAppSearchModalResult
/
Error
Error
data
class
Error
(
val
title
:
String
,
val
description
:
String
,
val
image
:
@
Composable
(
)
->
Unit
,
val
action
:
BpkAction
)
:
BpkAppSearchModalResult
Members
Constructors
Error
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
,
image
:
@
Composable
(
)
->
Unit
,
action
:
BpkAction
)
Properties
action
Link copied to clipboard
val
action
:
BpkAction
description
Link copied to clipboard
val
description
:
String
image
Link copied to clipboard
val
image
:
@
Composable
(
)
->
Unit
title
Link copied to clipboard
val
title
:
String