@shopgate/engage
Version:
Shopgate's ENGAGE library.
6 lines • 512 B
JavaScript
import{DEVELOPMENT_TOOLS_UPDATE_STATUS_BAR_STYLE_STORAGE}from"../constants";/**
* Updates the status bar style storage where latest payload from the updateNavigationBarStyle
* app event is stored.
* @param {boolean} style The event payload
* @returns {Object} The action object.
*/export var updateStatusBarStyleStorage=function updateStatusBarStyleStorage(){var style=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};return{type:DEVELOPMENT_TOOLS_UPDATE_STATUS_BAR_STYLE_STORAGE,style:style};};