Liking cljdoc? Tell your friends :D

chromex.app.webstore-widget-private

clj

webstoreWidgetPrivate API. This is a private API used by the Chrome Webstore widget app on Chrome OS.

  • available since Chrome 44
webstoreWidgetPrivate API.
This is a private API used by the Chrome Webstore widget app on Chrome OS.

  * available since Chrome 44
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

get-stringsclj/smacro

(get-strings)

Gets localized strings and initialization 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 [result] where:

|result| - ?

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 localized strings and initialization 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 [result] where:

  |result| - ?

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-strings*cljs

(get-strings* config)
source

install-webstore-itemclj/smacro

(install-webstore-item item-id silent-installation)

Requests to install a webstore item. |item_id| The id of the item to install. |silentInstallation| False to show installation prompt. True not to show. Can be set to true only for a subset of installation requests.

|item-id| - ? |silent-installation| - ?

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.

Requests to install a webstore item. |item_id| The id of the item to install. |silentInstallation| False to show
installation prompt. True not to show.     Can be set to true only for a subset of installation requests.

  |item-id| - ?
  |silent-installation| - ?

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

install-webstore-item*cljs

(install-webstore-item* config item-id silent-installation)
source

on-show-widget*cljs

(on-show-widget* config channel & args)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.app.webstore-widget-private namespace.

Taps all valid non-deprecated events in chromex.app.webstore-widget-private namespace.
sourceraw docstring

tap-on-show-widget-eventsclj/smacro

(tap-on-show-widget-events channel & args)

Event dispatched when a Chrome Webstore widget is requested to be shown.

Events will be put on the |channel| with signature [::on-show-widget [options]] where:

|options| - Options describing the set of apps that should be shown in the widget.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.

Event dispatched when a Chrome Webstore widget is requested to be shown.

Events will be put on the |channel| with signature [::on-show-widget [options]] where:

  |options| - Options describing the set of apps that should be shown in the     widget.

Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
sourceraw docstring

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

× close