blob: 6127f77eec4a57c947c7460b2126be32c1ed722c [file] [log] [blame] [view]
<link rel="stylesheet" href="../style.css" />
[TOC]
# fuchsia.update.channel
<div class="fidl-version-div"><span class="fidl-attribute fidl-version">Added: 7</span></div>
## **PROTOCOLS**
## Provider {#Provider}
*Defined in [fuchsia.update.channel/channel.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.update.channel/channel.fidl;l=9)*
<p>Information about the state of the update system.</p>
### GetCurrent {#Provider.GetCurrent}
<p>Retrieve the currently active update channel.</p>
<ul>
<li>response <code>channel</code> the currently active update channel.</li>
</ul>
#### Request {#Provider.GetCurrent_Request}
&lt;EMPTY&gt;
#### Response {#Provider.GetCurrent_Response}
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>channel</code></td>
<td>
<code>string[128]</code>
</td>
</tr>
</table>