* available since Chrome 36
(on-wallpaper-changed-by3rd-party* config channel & args)
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.wallpaper-private namespace.
Taps all valid non-deprecated events in chromex.app.wallpaper-private namespace.
(tap-on-close-preview-wallpaper-events channel & args)
This event is sent when the app side of preview wallpaper should be closed.
Events will be put on the |channel| with signature [::on-close-preview-wallpaper []].
Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
This event is sent when the app side of preview wallpaper should be closed. Events will be put on the |channel| with signature [::on-close-preview-wallpaper []]. Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
(tap-on-wallpaper-changed-by3rd-party-events channel & args)
This event is sent when the current wallpaper was set by a third party application.
Events will be put on the |channel| with signature [::on-wallpaper-changed-by3rd-party [wallpaper thumbnail layout app-name]] where:
|wallpaper| - The third party custom wallpaper data. |thumbnail| - The third party custom wallpaper thumbnail data. |layout| - ? |app-name| - The third party wallpaper app name.
Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
This event is sent when the current wallpaper was set by a third party application. Events will be put on the |channel| with signature [::on-wallpaper-changed-by3rd-party [wallpaper thumbnail layout app-name]] where: |wallpaper| - The third party custom wallpaper data. |thumbnail| - The third party custom wallpaper thumbnail data. |layout| - ? |app-name| - The third party wallpaper app name. Note: |args| will be passed as additional parameters into Chrome event's .addListener call.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close