template <>
class WireWeakOnewayClientImpl
Defined at line 10265 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus GoBack ()
Tells the [`Frame`] to navigate to the previous page in its history, if any.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus GoForward ()
Tells the [`Frame`] to navigate to the next page in its history, if any.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus Stop ()
Tells the [`Frame`] to stop the current navigation if a navigation is ongoing.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus Reload (::fuchsia_web::wire::ReloadType type)
Tells the [`Frame`] to reload the current page.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.