class CurrentChannelProvider
Defined at line 19 of file ../../src/cobalt/bin/app/current_channel_provider.h
Asynchronously retrieves the current channel using fuchsia.update.channel/Provider::GetChannel.
Public Methods
void CurrentChannelProvider (async_dispatcher_t *dispatcher,fidl::ClientEnd<fuchsia_update_channel::Provider>client_end,inspect::Nodeinspect_node,const std::string ¤t_channel)
Defined at line 22 of file ../../src/cobalt/bin/app/current_channel_provider.cc
void GetCurrentChannel (fit::callback<void (const std::string &)> callback)
Asynchronously retrieves the current channel and returns it via |callback|.
Defined at line 30 of file ../../src/cobalt/bin/app/current_channel_provider.cc