FloatingView

abstract class FloatingView

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun attach(activity: ComponentActivity, onPermissionFailed: () -> Unit? = null)
Link copied to clipboard
@Composable
abstract fun Content()
Link copied to clipboard
fun detach(activity: ComponentActivity)
Link copied to clipboard
abstract fun onAttached()
Link copied to clipboard
abstract fun onDetached()