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

PagingConfig.Companion

{% setvar page_path %}androidx/paging/PagingConfig.Companion.html{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "reference/_kotlin_switcher2.md" %}

object PagingConfig.Companion


Summary

Constants

const Int

When maxSize is set to MAX_SIZE_UNBOUNDED, the maximum number of items loaded is unbounded, and pages will never be dropped.

Constants

MAX_SIZE_UNBOUNDED

const val MAX_SIZE_UNBOUNDEDInt

When maxSize is set to MAX_SIZE_UNBOUNDED, the maximum number of items loaded is unbounded, and pages will never be dropped.