{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PinnableContainer.PinnedHandle

public fun interface PinnableContainer.PinnedHandle


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

Summary

Public methods

abstract void

Releases the pin.

Public methods

release

abstract void 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.