blob: 782d32723f31855e2c5c9216f7c1749ca92366ea [file] [log] [blame]
<html devsite="true">
<head>
<title>FocusInteraction.Unfocus</title>
{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %}
{% include "_shared/_reference-head-tags.html" %}
</head>
<body>
<div id="metadata-info-block"></div>
<h1>FocusInteraction.Unfocus</h1>
<p>
<pre>public final class <a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Unfocus.html">FocusInteraction.Unfocus</a> implements <a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.html">FocusInteraction</a></pre>
</p>
<hr>
<p>An interaction representing a <code><a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Focus.html">Focus</a></code> event being released on a component.</p>
<div class="devsite-table-wrapper">
<table class="responsive">
<thead>
<tr>
<th colspan="100%">See also</th>
</tr>
</thead>
<tbody class="list">
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/package-summary.html#(androidx.compose.ui.Modifier).focusable(kotlin.Boolean,androidx.compose.foundation.interaction.MutableInteractionSource)">focusable</a></code></td>
<td></td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Focus.html">FocusInteraction.Focus</a></code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<h2>Summary</h2>
<div class="devsite-table-wrapper">
<table class="responsive">
<thead>
<tr>
<th colspan="100%"><h3>Public fields</h3></th>
</tr>
</thead>
<tbody class="list">
<tr>
<td width="40%"><code>final @<a href="/reference/androidx/annotation/NonNull.html">NonNull</a> <a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Focus.html">FocusInteraction.Focus</a></code></td>
<td>
<div><code><a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Unfocus.html#focus()">focus</a></code></div>
<p>the source <code><a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Focus.html">Focus</a></code> interaction that is being released</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="devsite-table-wrapper">
<table class="responsive">
<thead>
<tr>
<th colspan="100%"><h3>Public constructors</h3></th>
</tr>
</thead>
<tbody class="list">
<tr>
<td>
<div><code><a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Unfocus.html#Unfocus(androidx.compose.foundation.interaction.FocusInteraction.Focus)">Unfocus</a>(@<a href="/reference/androidx/annotation/NonNull.html">NonNull</a> <a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Focus.html">FocusInteraction.Focus</a>&nbsp;focus)</code></div>
</td>
</tr>
</tbody>
</table>
</div>
<h2>Public fields</h2>
<div><a name="getFocus()"></a><a name="setFocus()"></a><a name="getFocus--"></a><a name="setFocus--"></a>
<h3 class="api-name" id="focus()">focus</h3>
<pre class="api-signature no-pretty-print">public&nbsp;final&nbsp;@<a href="/reference/androidx/annotation/NonNull.html">NonNull</a> <a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Focus.html">FocusInteraction.Focus</a>&nbsp;<a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Unfocus.html#focus()">focus</a></pre>
<p>the source <code><a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Focus.html">Focus</a></code> interaction that is being released</p>
</div>
<h2>Public constructors</h2>
<div><a name="Unfocus-androidx.compose.foundation.interaction.FocusInteraction.Focus-"></a><a name="unfocus"></a>
<h3 class="api-name" id="Unfocus(androidx.compose.foundation.interaction.FocusInteraction.Focus)">Unfocus</h3>
<pre class="api-signature no-pretty-print">public&nbsp;<a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Unfocus.html#Unfocus(androidx.compose.foundation.interaction.FocusInteraction.Focus)">Unfocus</a>(@<a href="/reference/androidx/annotation/NonNull.html">NonNull</a> <a href="/reference/androidx/compose/foundation/interaction/FocusInteraction.Focus.html">FocusInteraction.Focus</a>&nbsp;focus)</pre>
</div>
</body>
</html>