class PopupFrameCreationListener
Defined at line 12769 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
Public Methods
void ~PopupFrameCreationListener ()
void OnPopupFrameCreated (::fidl::InterfaceHandle< ::fuchsia::web::Frame> frame, ::fuchsia::web::PopupFrameCreationInfo info, OnPopupFrameCreatedCallback callback)
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.