blob: 4bffac04cffd061bbea46cf610cfbbc26fc4999f [file] [log] [blame]
<html devsite="true">
<head>
<title>LoadState.Loading</title>
{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %}
{% include "_shared/_reference-head-tags.html" %}
</head>
<body>
<h1>LoadState.Loading</h1>
{% setvar page_path %}androidx/paging/LoadState.Loading.html{% endsetvar %}
{% setvar can_switch %}1{% endsetvar %}
{% include "reference/_kotlin_switcher2.md" %}
<p>
<pre>object LoadState.Loading : <a href="/reference/kotlin/androidx/paging/LoadState.html">LoadState</a></pre>
</p>
<div class="devsite-table-wrapper">
<table class="jd-inheritance-table">
<tbody>
<tr>
<td colspan="3"><a href="/reference/kotlin/kotlin/Any.html">Any</a></td>
</tr>
<tr>
<td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;↳</td>
<td colspan="2"><a href="/reference/kotlin/androidx/paging/LoadState.html">LoadState</a></td>
</tr>
<tr>
<td>&nbsp;</td>
<td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;↳</td>
<td colspan="1"><a href="/reference/kotlin/androidx/paging/LoadState.Loading.html">LoadState.Loading</a></td>
</tr>
</tbody>
</table>
</div>
<hr>
<p>Loading is in progress.</p>
<h2>Summary</h2>
<div class="devsite-table-wrapper">
<table class="responsive">
<thead>
<tr>
<th colspan="2"><h3>Public properties</h3></th>
</tr>
</thead>
<tbody>
<tr>
<td><code><a href="/reference/kotlin/kotlin/Boolean.html">Boolean</a></code></td>
<td width="100%">
<div><code><a href="/reference/kotlin/androidx/paging/LoadState.Loading.html#endOfPaginationReached()">endOfPaginationReached</a></code></div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="devsite-table-wrapper">
<table class="responsive">
<thead>
<tr>
<th colspan="2"><h3>Public functions</h3></th>
</tr>
</thead>
<tbody>
<tr>
<td><code>operator&nbsp;open <a href="/reference/kotlin/kotlin/Boolean.html">Boolean</a></code></td>
<td width="100%">
<div><code><a href="/reference/kotlin/androidx/paging/LoadState.Loading.html#equals(kotlin.Any)">equals</a>(other:&nbsp;<a href="/reference/kotlin/kotlin/Any.html">Any</a>?)</code></div>
</td>
</tr>
<tr>
<td><code>open <a href="/reference/kotlin/kotlin/Int.html">Int</a></code></td>
<td width="100%">
<div><code><a href="/reference/kotlin/androidx/paging/LoadState.Loading.html#hashCode()">hashCode</a>()</code></div>
</td>
</tr>
<tr>
<td><code>open <a href="/reference/kotlin/kotlin/String.html">String</a></code></td>
<td width="100%">
<div><code><a href="/reference/kotlin/androidx/paging/LoadState.Loading.html#toString()">toString</a>()</code></div>
</td>
</tr>
</tbody>
</table>
</div>
<h2>Public properties</h2>
<div><a name="getEndOfPaginationReached()"></a><a name="setEndOfPaginationReached()"></a><a name="getEndOfPaginationReached--"></a><a name="setEndOfPaginationReached--"></a>
<h3 class="api-name" id="endOfPaginationReached()">endOfPaginationReached</h3>
<pre class="api-signature no-pretty-print">val&nbsp;<a href="/reference/kotlin/androidx/paging/LoadState.Loading.html#endOfPaginationReached()">endOfPaginationReached</a>:&nbsp;<a href="/reference/kotlin/kotlin/Boolean.html">Boolean</a></pre>
<div class="devsite-table-wrapper">
<table class="responsive">
<thead>
<tr>
<th colspan="2">Parameters</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>endOfPaginationReached</code></td>
<td width="100%">
<p><code>false</code> if there is more data to load in the <code><a href="/reference/kotlin/androidx/paging/LoadType.html">LoadType</a></code> this <code><a href="/reference/kotlin/androidx/paging/LoadState.html">LoadState</a></code> is associated with, <code>true</code> otherwise. This parameter informs <code><a href="/reference/kotlin/androidx/paging/Pager.html">Pager</a></code> if it should continue to make requests for additional data in this direction or if it should halt as the end of the dataset has been reached.</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<h2>Public functions</h2>
<div><a name="equals-kotlin.Any-"></a>
<h3 class="api-name" id="equals(kotlin.Any)">equals</h3>
<pre class="api-signature no-pretty-print">operator&nbsp;open&nbsp;fun&nbsp;<a href="/reference/kotlin/androidx/paging/LoadState.Loading.html#equals(kotlin.Any)">equals</a>(other:&nbsp;<a href="/reference/kotlin/kotlin/Any.html">Any</a>?):&nbsp;<a href="/reference/kotlin/kotlin/Boolean.html">Boolean</a></pre>
</div>
<div><a name="hashCode--"></a>
<h3 class="api-name" id="hashCode()">hashCode</h3>
<pre class="api-signature no-pretty-print">open&nbsp;fun&nbsp;<a href="/reference/kotlin/androidx/paging/LoadState.Loading.html#hashCode()">hashCode</a>():&nbsp;<a href="/reference/kotlin/kotlin/Int.html">Int</a></pre>
</div>
<div><a name="toString--"></a>
<h3 class="api-name" id="toString()">toString</h3>
<pre class="api-signature no-pretty-print">open&nbsp;fun&nbsp;<a href="/reference/kotlin/androidx/paging/LoadState.Loading.html#toString()">toString</a>():&nbsp;<a href="/reference/kotlin/kotlin/String.html">String</a></pre>
</div>
</body>
</html>