class NavigationPolicyProviderParams

Defined at line 5584 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

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

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::web::NavigationPhase & main_frame_phases ()

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

Defined at line 5591 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

bool has_main_frame_phases ()

Defined at line 5595 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

::fuchsia::web::NavigationPhase * mutable_main_frame_phases ()

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

Defined at line 5600 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

void clear_main_frame_phases ()

Defined at line 5608 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

NavigationPolicyProviderParams & set_main_frame_phases (::fuchsia::web::NavigationPhase _value)
const ::fuchsia::web::NavigationPhase & subframe_phases ()

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

Defined at line 5617 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

bool has_subframe_phases ()

Defined at line 5621 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

::fuchsia::web::NavigationPhase * mutable_subframe_phases ()

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

Defined at line 5626 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

void clear_subframe_phases ()

Defined at line 5634 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h

NavigationPolicyProviderParams & set_subframe_phases (::fuchsia::web::NavigationPhase _value)
void NavigationPolicyProviderParams ()
void NavigationPolicyProviderParams (NavigationPolicyProviderParams && other)
void ~NavigationPolicyProviderParams ()
NavigationPolicyProviderParams & operator= (NavigationPolicyProviderParams && other)
::std::unique_ptr<NavigationPolicyProviderParams> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, NavigationPolicyProviderParams * _value, size_t _offset)
zx_status_t Clone (NavigationPolicyProviderParams * _result)