template <>
class WireWeakAsyncClientImpl
Defined at line 10191 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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.
The request and callback are allocated on the heap.