template <>

class NaturalSyncClientImpl

Defined at line 8435 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/natural_messaging.h

Public Methods

::fidl::Result< ::fuchsia_media::UsageWatcher::OnStateChanged> OnStateChanged (const ::fidl::Request< ::fuchsia_media::UsageWatcher::OnStateChanged> & request)

Called on first connection and whenever the watched usage changes. The provided

usage will always be the bound usage; it is provided so that an implementation of

this protocol may be bound to more than one usage.

Clients must respond to acknowledge the event. Clients that do not acknowledge their

events will eventually be disconnected.