Initialization
Obtain an Appetize client instance using one of the getClient methods.
getClient(selector)
const client = await window.appetize.getClient('#my_iframe')Name
Type
Description
getClient(selector, config)
const client = await window.appetize.getClient('#my_iframe', {
buildId: '{buildId|publicKey}',
device: 'iphone11pro',
osVersion: '15.0'
...
})Name
Type
Description
Last updated