1 /** 2 * The type of (redux) action to set the react-native-immersive's change event 3 * listener. 4 * 5 * { 6 * type: _SET_IMMERSIVE_LISTENER, 7 * listener: Function 8 * } 9 * 10 * @protected 11 */ 12 export const _SET_IMMERSIVE_LISTENER = '_SET_IMMERSIVE_LISTENER';