@shopgate/engage
Version:
Shopgate's ENGAGE library.
40 lines (34 loc) • 2.65 kB
JavaScript
export { default as getGeolocation } from "./getGeolocation";
export { default as grantAppTrackingTransparencyPermission } from "./grantAppTrackingTransparencyPermission";
export { default as grantCameraPermissions } from "./grantCameraPermissions";
export { default as grantGeolocationPermissions } from "./grantGeolocationPermissions";
export { default as grantPermissions } from "./grantPermissions";
export { default as grantPushPermissions } from "./grantPushPermissions";
export { default as requestAppPermission } from "./requestAppPermission";
export { default as requestAppPermissionStatus } from "./requestAppPermissionStatus";
export { default as updateStatusBarBackground } from "./updateStatusBarBackground";
// --------------- APP --------------- //
export { default as handleDeepLink } from '/pwa-common/actions/app/handleDeepLink';
export { default as handleUniversalLink } from '/pwa-common/actions/app/handleUniversalLink';
export { default as handleLink } from '/pwa-common/actions/app/handleLink';
export { default as handlePushNotification } from '/pwa-common/actions/app/handlePushNotification';
export { default as registerLinkEvents } from '/pwa-common/actions/app/registerLinkEvents';
// --------------- CLIENT --------------- //
export { default as fetchClientInformation } from '/pwa-common/actions/client/fetchClientInformation';
// --------------- ROUTER --------------- //
export { historyPop } from '/pwa-common/actions/router/historyPop';
export { historyPopToRoute } from '/pwa-common/actions/router/historyPopToRoute';
export { historyPush } from '/pwa-common/actions/router/historyPush';
export { historyRedirect } from '/pwa-common/actions/router/historyRedirect';
export { historyReplace } from '/pwa-common/actions/router/historyReplace';
export { historyReset } from '/pwa-common/actions/router/historyReset';
export { historyResetTo } from '/pwa-common/actions/router/historyResetTo';
// --------------- URL --------------- //
export { resetApp } from '/pwa-common/action-creators/app';
export * from '/pwa-common/action-creators/url';
// --------------- MENU --------------- //
export { default as fetchMenu } from '/pwa-common/actions/menu/fetchMenu';
// --------------- MODAL --------------- //
export { default as closeModal } from '/pwa-common/actions/modal/closeModal';
export { default as promiseMap } from '/pwa-common/actions/modal/promiseMap';
export { default as showModal } from '/pwa-common/actions/modal/showModal';