UNPKG

@shopgate/engage

Version:
28 lines 2.38 kB
export { default as analyticsSetConsent } from "./analyticsSetConsent"; export { default as analyticsSetCustomValues } from '@shopgate/pwa-core/commands/analyticsSetCustomValues'; export * from '@shopgate/pwa-core/commands/appPermissions'; export * from '@shopgate/pwa-core/commands/brightness'; export { default as broadcastEvent } from '@shopgate/pwa-core/commands/broadcastEvent'; export { default as cleanTab, cleanTabCmd } from '@shopgate/pwa-core/commands/cleanTab'; export { default as closeInAppBrowser } from '@shopgate/pwa-core/commands/closeInAppBrowser'; export { default as flushTab } from '@shopgate/pwa-core/commands/flushTab'; export { default as hideMenuBar } from '@shopgate/pwa-core/commands/hideMenuBar'; export { default as hideNavigationBar } from '@shopgate/pwa-core/commands/hideNavigationBar'; export { default as hideSplashScreen } from '@shopgate/pwa-core/commands/hideSplashScreen'; export { default as onload } from '@shopgate/pwa-core/commands/onload'; export { default as openAppSettings } from '@shopgate/pwa-core/commands/openAppSettings'; export { default as openPage } from '@shopgate/pwa-core/commands/openPage'; export { default as openPageExtern } from '@shopgate/pwa-core/commands/openPageExtern'; export { default as performCommandsAfterDelay, performCommandsAfterDelayCmd } from '@shopgate/pwa-core/commands/performCommandsAfterDelay'; export * from '@shopgate/pwa-core/commands/plotProjects'; export { default as popTabToRoot, popTabToRootCmd } from '@shopgate/pwa-core/commands/popTabToRoot'; export { default as registerEvents } from '@shopgate/pwa-core/commands/registerEvents'; export * from '@shopgate/pwa-core/commands/scanner'; export { default as setCookie } from '@shopgate/pwa-core/commands/setCookie'; export { default as setDebugLoggingEnabled } from '@shopgate/pwa-core/commands/setDebugLoggingEnabled'; export { default as setScrollingEnabled } from '@shopgate/pwa-core/commands/setScrollingEnabled'; export { default as showNavigationBar } from '@shopgate/pwa-core/commands/showNavigationBar'; export { default as showTab } from '@shopgate/pwa-core/commands/showTab'; export * from '@shopgate/pwa-core/commands/unifiedTracking'; export { default as getWebStorageEntry } from '@shopgate/pwa-core/commands/getWebStorageEntry'; export { default as setWebStorageEntry } from '@shopgate/pwa-core/commands/setWebStorageEntry';