Rachel
Toggle table of contents
3.5.0
android
Target filter
android
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.core
/
love.yinlin.compose.window
/
FloatingView
Floating
View
android
abstract
class
FloatingView
Members
Constructors
Floating
View
Link copied to clipboard
android
constructor
(
)
Functions
attach
Link copied to clipboard
android
fun
attach
(
activity
:
ComponentActivity
,
onPermissionFailed
:
(
)
->
Unit
?
=
null
)
Content
Link copied to clipboard
android
@
Composable
abstract
fun
Content
(
)
detach
Link copied to clipboard
android
fun
detach
(
activity
:
ComponentActivity
)
on
Attached
Link copied to clipboard
android
abstract
fun
onAttached
(
)
on
Detached
Link copied to clipboard
android
abstract
fun
onDetached
(
)