/** * The type of (redux) action to set the react-native-immersive's change event * subscription. * * { * type: _SET_IMMERSIVE_SUBSCRIPTION, * subscription: Function * } * * @protected */ export const _SET_IMMERSIVE_SUBSCRIPTION = '_SET_IMMERSIVE_SUBSCRIPTION';