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-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

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

upload-chrome-desktop-reportclj/smacro

(upload-chrome-desktop-report report)

Uploads the status of Chrome browser to the admin console by sending request to the DMServer. Sets runtime.lastError on failure.

|report| - ?

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.

Uploads the status of Chrome browser to the admin console by sending request to the DMServer. Sets runtime.lastError on
failure.

  |report| - ?

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

upload-chrome-desktop-report*cljs

(upload-chrome-desktop-report* config report)
source

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

× close