.noConflict(): this
.noConflict(): this
Access
object already exists in the global object of the current
page, the Access.js
library will be renamed to PooolAccess
and the original
Access
object will be restored..init(appId: String): PaywallFactory
.createPaywall(options: PaywallOptions): Paywall
'premium'
or 'free'
pages.mode
configuration option documentation
for more information on the different modes.percent
configuration option documentation
for more information..config(optionName: String, optionValue: Any, readOnly?: Boolean): this
.config(options: Object, readOnly?: Boolean): this
.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()
but the callback will be called only once and removed afterwards..off(name: String, callback: Function): this
.on()
or .once()
..destroy(): null