template <>
class NaturalClientImpl
Defined at line 1418 of file fidling/gen/sdk/fidl/fuchsia.media.sessions2/fuchsia.media.sessions2/cpp/fidl/fuchsia.media.sessions2/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_media_sessions2::SessionsWatcher::SessionUpdated> SessionUpdated (const ::fidl::Request< ::fuchsia_media_sessions2::SessionsWatcher::SessionUpdated> & request)
Called by the registry service when a session is updated. On first connection,
this will be called as many times as needed to communicate the state of the
world.
`SessionsWatcher` must reply to acknowledge receipt of the session info delta.
Delinquent watchers who do not reply will eventually be disconnected.
::fidl::internal::NaturalThenable< ::fuchsia_media_sessions2::SessionsWatcher::SessionRemoved> SessionRemoved (const ::fidl::Request< ::fuchsia_media_sessions2::SessionsWatcher::SessionRemoved> & request)
Called by the registry service when a session is removed from the registered
collection.
`SessionsWatcher` must reply to acknlowledge receipt of the session removal.
Delinquent watchers who do not reply will eventually be disconnected.