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

LazyLayoutIntervalContent.Interval


Common content of individual intervals in item DSL of lazy layouts.

Summary

Public properties

open ((index: Int) -> Any)?

Returns item key based on a local index for the current interval.

Cmn
open (index: Int) -> Any

Returns item type based on a local index for the current interval.

Cmn

Public properties

key

open val key: ((index: Int) -> Any)?

Returns item key based on a local index for the current interval.

type

open val type: (index: Int) -> Any

Returns item type based on a local index for the current interval.