Source set: Common
public interface PinnedHandle
This is an object returned by pin which allows to release the pinning.
Functions
release
Source set: Common
public 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.