Liking cljdoc? Tell your friends :D

chromex.app.identity-private

clj

identityPrivate.

  • available since Chrome 36
identityPrivate.

* available since Chrome 36
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

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

on-web-flow-request*cljs

(on-web-flow-request* config channel & args)
source

(set-consent-result result window-id)

The Identity API application with specified window_id returns the consent result to the browser.

|result| - ? |window-id| - ?

The Identity API application with specified window_id returns the consent result to the browser.

|result| - ?
|window-id| - ?
sourceraw docstring

(set-consent-result* config result window-id)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

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

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

tap-on-web-flow-request-eventsclj/smacro

(tap-on-web-flow-request-events channel & args)

Fired when a web flow dialog should be displayed.

Events will be put on the |channel| with signature [::on-web-flow-request [key url mode partition]] where:

|key| - A unique identifier that the caller can use to locate the dialog window. |url| - A URL that will be loaded in the webview. |mode| - 'interactive' or 'silent'. The window will be displayed if the mode is 'interactive'. |partition| - A name used for the webview partition.

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

Fired when a web flow dialog should be displayed.

Events will be put on the |channel| with signature [::on-web-flow-request [key url mode partition]] where:

  |key| - A unique identifier that the caller can use to locate the dialog window.
  |url| - A URL that will be loaded in the webview.
  |mode| - 'interactive' or 'silent'. The window will be displayed if the mode is 'interactive'.
  |partition| - A name used for the webview partition.

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