class LoadUrlParams

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

Additional parameters for modifying the behavior of [`NavigationController.LoadUrl`].

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

void LoadUrlParams ()

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

void LoadUrlParams (const LoadUrlParams & other)

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

LoadUrlParams & operator= (const LoadUrlParams & other)

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

void LoadUrlParams (LoadUrlParams && other)

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

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_web::wire::LoadUrlParams> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

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

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

LoadUrlParams & operator= (LoadUrlParams && other)

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

::fuchsia_web::wire::LoadUrlReason & type ()

Provides a hint to the browser UI about how [`NavigationController.LoadUrl`] was triggered.

bool has_type ()
::fidl::StringView & referrer_url ()

The URL that linked to the resource being requested.

bool has_referrer_url ()
bool & was_user_activated ()

Should be set to true to propagate user activation to the frame. User activation implies

that the user is interacting with the web frame. It enables some web features that are not

available otherwise. For example, autoplay will work only when this flag is set to true.

bool has_was_user_activated ()
::fidl::VectorView< ::fuchsia_net_http::wire::Header> & headers ()

Custom HTTP headers. RFC7540 does not specify a limit on the number nor

size of headers.

bool has_headers ()
void ~LoadUrlParams ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder