template <>

class WireWeakAsyncClientImpl

Defined at line 26461 of file fidling/gen/sdk/fidl/fuchsia.media/fuchsia.media/cpp/fidl/fuchsia.media/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireThenable< ::fuchsia_media::UsageWatcher::OnStateChanged> OnStateChanged (::fuchsia_media::wire::Usage usage, ::fuchsia_media::wire::UsageState state)

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.

Allocates 64 bytes of request buffer on the stack. The callback is stored on the heap.