Interface

PinnableContainer.PinnedHandle

This is an object returned by pin which allows to release the pinning.

Common
fun interface PinnedHandle

This is an object returned by pin which allows to release the pinning.

Functions

release

fun release()

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.