toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-compose
/
net.skyscanner.backpack.compose.floatingnotification
/
BpkFloatingNotificationState
Bpk
Floating
Notification
State
@
Stable
class
BpkFloatingNotificationState
Members
Constructors
Bpk
Floating
Notification
State
Link copied to clipboard
constructor
(
)
Functions
show
Link copied to clipboard
suspend
fun
show
(
text
:
String
,
cta
:
String
?
=
null
,
onClick
:
(
)
->
Unit
?
=
null
,
icon
:
BpkIcon
?
=
null
,
hideAfter
:
Long
=
DEFAULT_DELAY
,
onExit
:
(
)
->
Unit
?
=
null
)