template <>

class WireSyncClientImpl

Defined at line 3566 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_web::PopupFrameCreationListener>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_web::PopupFrameCreationListener::OnPopupFrameCreated> OnPopupFrameCreated (::fidl::ClientEnd< ::fuchsia_web::Frame> && frame, ::fuchsia_web::wire::PopupFrameCreationInfo info)

Called when a [`Frame`] has created a new popup `frame`. Information about the popup frame,

and how it was created, is provided via `info`. Additional popup frames are delivered after

the acknowledgement callback is invoked.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.