Namespaces

Enumerations

enum ContextError
Name Value
kRemoteDebuggingPortNotOpened 1u

Defined at line 468 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum AutoplayPolicy
Name Value
kAllow 1u
kRequireUserActivation 2u

Specifies the policy for automatic (non user-initiated) playback of video and audio content.

Defined at line 491 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum ConsoleLogLevel
Name Value
kNone 100u
kDebug -1
kInfo 0u
kWarn 1u
kError 2u

Defined at line 517 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum AllowInputState
Name Value
kAllow 1u
kDeny 2u

Controls whether [`Frame.ConfigureInputTypes()`] should allow or deny processing of the

specified [`InputTypes`].

Defined at line 553 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum FrameError
Name Value
kInternalError 1u
kBufferNotUtf8 2u
kInvalidOrigin 3u
kNoDataInMessage 4u

Represents the return status of a [`Frame`] method.

Defined at line 577 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum PermissionType
Name Value
kMicrophone 1u
kCamera 2u
kProtectedMediaIdentifier 3u
kPersistentStorage 4u
kNotifications 5u

Identifies a type of permission that may be granted to a web origin.

Defined at line 609 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum PermissionState
Name Value
kDenied 1u
kGranted 2u

A state for a web permission.

Defined at line 642 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum NavigationControllerError
Name Value
kInvalidUrl 1u
kInvalidHeader 2u

Represents the return status of a [`NavigationController`] method.

Defined at line 662 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum ReloadType
Name Value
kPartialCache 0u
kNoCache 1u

Characterizes the type of reload.

Defined at line 688 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum LoadUrlReason
Name Value
kLink 0u
kTyped 1u

Characterizes the origin of a [`NavigationController.LoadUrl`] request.

Defined at line 714 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum PageType
Name Value
kNormal 0u
kError 1u

Characterizes the page type in a [`NavigationState`].

Defined at line 740 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

enum UrlRequestAction
Name Value
kAllow 1u
kDeny 2u

Defined at line 848 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/common_types.h

Records