PinnableContainer.PinnedHandle
-
Cmn
fun interface PinnableContainer.PinnedHandle
This is an object returned by pin
which allows to release the pinning.
Summary
Public functions
release
fun release(): Unit
Releases the pin.
For example, if this PinnableContainer
is an item of lazy list releasing the pinning will allow lazy list to stop composing the item when it is not visible.