FloatingView

abstract class FloatingView

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val layoutInScreen: Boolean = true
Link copied to clipboard
open val touchable: Boolean = true

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()
Link copied to clipboard
abstract fun onAttached()
Link copied to clipboard
abstract fun onDetached()
Link copied to clipboard
fun updateLayoutParams(gravity: Int, offset: Offset)