template <>

class NaturalSyncClientImpl

Defined at line 150 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/natural_messaging.h

Public Methods

::fidl::Result< ::fuchsia_ui_test_conformance::Puppet::EmbedRemoteView> EmbedRemoteView (const ::fidl::Request< ::fuchsia_ui_test_conformance::Puppet::EmbedRemoteView> & request)

Embeds a view owned elsewhere.

The puppet should create a (ViewportCreationToken, ViewCreationToken) pair

and use the former to create a viewport with the specified `properties`.

Once the puppet has presented a frame containing the new viewport, it should

return the view creation token to the caller.

::fidl::Result< ::fuchsia_ui_test_conformance::Puppet::SetEmbeddedViewProperties> SetEmbeddedViewProperties (const ::fidl::Request< ::fuchsia_ui_test_conformance::Puppet::SetEmbeddedViewProperties> & request)

Updates the properties of an embedded view.

::fidl::Result< ::fuchsia_ui_test_conformance::Puppet::DrawImage> DrawImage (const ::fidl::Request< ::fuchsia_ui_test_conformance::Puppet::DrawImage> & request)

Draws an image composed of solid, monochrome-filled rectangles.

::fidl::Result< ::fuchsia_ui_test_conformance::Puppet::SetImageProperties> SetImageProperties (const ::fidl::Request< ::fuchsia_ui_test_conformance::Puppet::SetImageProperties> & request)

Updates the properties of an image.