class NavigationPolicyProviderParams
Defined at line 4583 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Used to specify which navigation events should be delegated to [`NavigationPolicyProvider`].
Public Methods
void NavigationPolicyProviderParams (Storage_ storage)
void NavigationPolicyProviderParams ()
Defined at line 4588 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
void NavigationPolicyProviderParams (NavigationPolicyProviderParams && )
Defined at line 4589 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
void NavigationPolicyProviderParams (const NavigationPolicyProviderParams & other)
NavigationPolicyProviderParams & operator= (NavigationPolicyProviderParams && )
Defined at line 4590 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
NavigationPolicyProviderParams & operator= (const NavigationPolicyProviderParams & other)
bool operator== (const NavigationPolicyProviderParams & other)
bool operator!= (const NavigationPolicyProviderParams & other)
bool IsEmpty ()
const std::optional< ::fuchsia_web::NavigationPhase> & main_frame_phases ()
Specifies the set of navigation phases in the main frame that should be evaluated.
::std::optional< ::fuchsia_web::NavigationPhase> & main_frame_phases ()
Specifies the set of navigation phases in the main frame that should be evaluated.
NavigationPolicyProviderParams & main_frame_phases (std::optional< ::fuchsia_web::NavigationPhase> value)
Specifies the set of navigation phases in the main frame that should be evaluated.
const std::optional< ::fuchsia_web::NavigationPhase> & subframe_phases ()
Specifies the set of navigation phases in subframes that should be evaluated.
::std::optional< ::fuchsia_web::NavigationPhase> & subframe_phases ()
Specifies the set of navigation phases in subframes that should be evaluated.
NavigationPolicyProviderParams & subframe_phases (std::optional< ::fuchsia_web::NavigationPhase> value)
Specifies the set of navigation phases in subframes that should be evaluated.
void NavigationPolicyProviderParams (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits