class RequestedNavigation

Defined at line 4260 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_web::wire::RequestedNavigation> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_web::wire::RequestedNavigation> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::RequestedNavigation>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void RequestedNavigation ()

Defined at line 4262 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

void RequestedNavigation (const RequestedNavigation & other)

Defined at line 4263 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

void RequestedNavigation (RequestedNavigation && other)

Defined at line 4265 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

uint64_t & id ()

Unique ID of the navigation.

bool has_id ()
::fuchsia_web::wire::NavigationPhase & phase ()

Current navigation phase. Exactly one bit will be set.

bool has_phase ()
bool & is_main_frame ()

Whether the navigation is taking place in the main frame versus in a subframe.

bool has_is_main_frame ()
bool & is_same_document ()

Whether the navigation happened without changing the document.

bool has_is_same_document ()
bool & is_http_post ()

Whether the navigation is a POST request.

bool has_is_http_post ()
RequestedNavigation & operator= (const RequestedNavigation & other)

Defined at line 4264 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

RequestedNavigation & operator= (RequestedNavigation && other)

Defined at line 4266 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

::fidl::StringView & url ()

The current target URL of the navigation. This may change for the same navigation after

encountering a server redirect.

bool has_url ()
bool & has_gesture ()

Whether the navigation was initiated by a user gesture.

bool has_has_gesture ()
bool & was_server_redirect ()

Whether the navigation has encountered a server redirect or not.

bool has_was_server_redirect ()
void ~RequestedNavigation ()

Defined at line 4268 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder