class NavigationPolicyProviderParams

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

Used to specify which navigation events should be delegated to [`NavigationPolicyProvider`].

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

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

Return a builder that by defaults allocates of an arena.

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

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

void NavigationPolicyProviderParams ()

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

void NavigationPolicyProviderParams (const NavigationPolicyProviderParams & other)

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

NavigationPolicyProviderParams & operator= (const NavigationPolicyProviderParams & other)

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

void NavigationPolicyProviderParams (NavigationPolicyProviderParams && other)

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

::fuchsia_web::wire::NavigationPhase & main_frame_phases ()

Specifies the set of navigation phases in the main frame that should be evaluated.

bool has_main_frame_phases ()
NavigationPolicyProviderParams & operator= (NavigationPolicyProviderParams && other)

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

::fuchsia_web::wire::NavigationPhase & subframe_phases ()

Specifies the set of navigation phases in subframes that should be evaluated.

bool has_subframe_phases ()
void ~NavigationPolicyProviderParams ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder