ChromeEnterprise class

Available extensions

Properties

deviceAttributes ChromeEnterpriseDeviceAttributes

Available on ChromeEnterprise, provided by the ChromeEnterpriseDeviceAttributesExtension extension

Use the chrome.enterprise.deviceAttributes API to read device attributes. Note: This API is only available to extensions force-installed by enterprise policy.
no setter
hardwarePlatform ChromeEnterpriseHardwarePlatform

Available on ChromeEnterprise, provided by the ChromeEnterpriseHardwarePlatformExtension extension

Use the chrome.enterprise.hardwarePlatform API to get the manufacturer and model of the hardware platform where the browser runs. Note: This API is only available to extensions installed by enterprise policy.
no setter
hashCode int
The hash code for this object.
no setterinherited
networkingAttributes ChromeEnterpriseNetworkingAttributes

Available on ChromeEnterprise, provided by the ChromeEnterpriseNetworkingAttributesExtension extension

Use the chrome.enterprise.networkingAttributes API to read information about your current network. Note: This API is only available to extensions force-installed by enterprise policy.
no setter
platformKeys ChromeEnterprisePlatformKeys

Available on ChromeEnterprise, provided by the ChromeEnterprisePlatformKeysExtension extension

Use the chrome.enterprise.platformKeys API to generate keys and install certificates for these keys. The certificates will be managed by the platform and can be used for TLS authentication, network access or by other extension through $(ref:platformKeys chrome.platformKeys).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited