Liking cljdoc? Tell your friends :D

chromex.ext.enterprise.reporting-private

clj

Private API for reporting Chrome browser status to admin console.

  • available since Chrome 68
Private API for reporting Chrome browser status to admin console.

* available since Chrome 68
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

get-device-dataclj/smacro

(get-device-data id)

Gets the device data for |id|. Sets 'runtime.lastError' on failure.

|id| - ?

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [data] where:

|data| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Gets the device data for |id|. Sets 'runtime.lastError' on failure.

  |id| - ?

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [data] where:

  |data| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-device-data*cljs

(get-device-data* config id)
source

get-device-idclj/smacro

(get-device-id)

Gets the identity of device that Chrome browser is running on. The ID is retrieved from the local device and used by the Google admin console.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [id] where:

|id| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Gets the identity of device that Chrome browser is running on. The ID is retrieved from the local device and used by the
Google admin console.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [id] where:

  |id| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-device-id*cljs

(get-device-id* config)
source

get-device-infoclj/smacro

(get-device-info)

Gets the device information (including disk encryption status, screen lock status, serial number, model).

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [device-info] where:

|device-info| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Gets the device information (including disk encryption status, screen lock status, serial number, model).

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [device-info] where:

  |device-info| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-device-info*cljs

(get-device-info* config)
source

get-persistent-secretclj/smacro

(get-persistent-secret)
(get-persistent-secret reset-secret)

Gets a randomly generated persistent secret (symmetric key) that can be used to encrypt the data stored with |setDeviceData|. If the optional parameter |forceCreation| is set to true the secret is recreated in case of any failure to retrieve the currently stored one. Sets 'runtime.lastError' on failure.

|reset-secret| - ?

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [secret] where:

|secret| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Gets a randomly generated persistent secret (symmetric key) that can be used to encrypt the data stored with
|setDeviceData|. If the optional parameter |forceCreation| is set to true the secret is recreated in case of any failure to
retrieve the currently stored one. Sets 'runtime.lastError' on failure.

  |reset-secret| - ?

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [secret] where:

  |secret| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-persistent-secret*cljs

(get-persistent-secret* config reset-secret)
source

set-device-dataclj/smacro

(set-device-data id)
(set-device-data id data)

Sets the device data for |id|. Sets 'runtime.lastError' on failure. If the |data| parameter is undefined and there is already data associated with |id| it will be cleared.

|id| - ? |data| - ?

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [].

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Sets the device data for |id|. Sets 'runtime.lastError' on failure. If the |data| parameter is undefined and there is
already data associated with |id| it will be cleared.

  |id| - ?
  |data| - ?

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [].

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

set-device-data*cljs

(set-device-data* config id data)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.enterprise.reporting-private namespace.

Taps all valid non-deprecated events in chromex.ext.enterprise.reporting-private namespace.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close