Global Object
window.eliteBundle = {
version: string;
app: EliteBundleApp;
byob: BundleData | null; // null on MOB-only pages
mob: BundleData | null; // null on BYOB-only pages
sdk?: {
byob: ByobSDKState | null;
mob: MobSDKState | null;
};
on(event: string, cb: EventListener): void;
off(event: string, cb: EventListener): void;
}app
appField
Type
Description
byob / mob
byob / mobField
Type
Description
on / off
on / offLast updated
Was this helpful?
