.noConflict(): this
Access
est déjà présent dans l'objet global de la page, la
librairie Access.js
sera renommée PooolAccess
et l'objet Access
d'origine sera
restauré..init(appId: String): PaywallFactory
.createPaywall(options: PaywallOptions): Paywall
'premium'
ou 'free'
.mode
pour plus d'informations sur les différents modes.percent
pour plus d'informations..config(optionName: String, optionValue: Any, readOnly?: Boolean): this
.config(options: Object, readOnly?: Boolean): this
Access.js
. Voir la
documentation des options de configuration..texts(keyName: String, text: String, readOnly?: Boolean, locale?: String): this
.texts(options: Object, readOnly?: Boolean, locale?: String): this
.styles(optionName: String, optionValue: String, readOnly?: Boolean): this
.styles(options: Object, readOnly?: Boolean): this
.variable(name: String, value: Any): this
.variable(options: Object): this
.on(name: String, callback: Function): this
.once(name: String, callback: Function): this
.on()
, mais l'événement ne se déclenche qu'une seule fois et
le callback est supprimé juste après..off(name: String, callback: Function): this
.on()
ou .once()
..destroy(): null