JSChromeEnterprise class

Available extensions
Annotations

Constructors

JSChromeEnterprise()

Properties

deviceAttributes JSEnterpriseDeviceAttributes

Available on JSChromeEnterprise, provided by the JSChromeJSEnterpriseDeviceAttributesExtension 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
deviceAttributesNullable JSEnterpriseDeviceAttributes?

Available on JSChromeEnterprise, provided by the JSChromeJSEnterpriseDeviceAttributesExtension extension

no setter
hardwarePlatform JSEnterpriseHardwarePlatform

Available on JSChromeEnterprise, provided by the JSChromeJSEnterpriseHardwarePlatformExtension 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
hardwarePlatformNullable JSEnterpriseHardwarePlatform?

Available on JSChromeEnterprise, provided by the JSChromeJSEnterpriseHardwarePlatformExtension extension

no setter
hashCode int
The hash code for this object.
no setterinherited
networkingAttributes JSEnterpriseNetworkingAttributes

Available on JSChromeEnterprise, provided by the JSChromeJSEnterpriseNetworkingAttributesExtension 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
networkingAttributesNullable JSEnterpriseNetworkingAttributes?

Available on JSChromeEnterprise, provided by the JSChromeJSEnterpriseNetworkingAttributesExtension extension

no setter
platformKeys JSEnterprisePlatformKeys

Available on JSChromeEnterprise, provided by the JSChromeJSEnterprisePlatformKeysExtension 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
platformKeysNullable JSEnterprisePlatformKeys?

Available on JSChromeEnterprise, provided by the JSChromeJSEnterprisePlatformKeysExtension extension

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