Skip to main content

LaunchPad Events

This article describes what events are available.

isLoaded

`callback result`: {"event":"isLoaded"}

Fired when the full LaunchPad implementation has been loaded and assigned to window.__launchpad. If the LaunchPad is loaded before an event listener is added the listener will be fired immediately after being added.

isReady

`callback result`: {"event":"isReady"}

Fired when the full LaunchPad implementation has been loaded and geoLocation has been determined. If the LaunchPad is ready before an event listener is added the listener will be fired immediately after being added. Event for document is also fired.

commandQueued

`callback result`: {"event":"commandQueued"}

Fired after LaunchPad is ready if command is queued until data are available.

cmpWrapperLoaded

`callback result`: {"event":"cmpWrapperLoaded"}

Fired after the CMP wrapper has been loaded.

atsWrapperLoaded

`callback result`: {"event":"atsWrapperLoaded"}

Fired after ATS wrapper is loaded.

disabledCookies

`callback result`: {"event":"disabledCookies"}

Fired when cookies are disabled in the browser.