.noConflict(): Engage
.noConflict(): Engage
Engage
object already exists in the global object of the current
page, the Engage.js
library will be renamed to PooolEngage
and the original
Engage
object will be restored..init(appId: String): Engage
.createElement(slug: String, target: String | Node): Promise<EngageElement>
.autoCreate(opts?: { filters?: Array<String> }): Promise<Array<EngageElement>>
.commitPageView(): Engage
.config(optionName: String, optionValue: Any, readOnly?: Boolean): Engage
.config(options: Object, readOnly?: Boolean): Engage
.texts(keyName: String, text: String, readOnly?: Boolean, locale?: String): Engage
.texts(options: Object, readOnly?: Boolean, locale?: String): Engage
.variable(name: String, value: Any): Engage
.variable(options: Object): Engage
.on(name: String, callback: Function, opts?: { once?: Boolean }): Engage
.off(name: String, callback: Function): Engage
.on()
..destroy(): Promise