1 /** 2 * The type of Redux action which sets the pending notification UID 3 * to use it when hiding the notification is necessary, or unset it when 4 * undefined (or no param) is passed. 5 * 6 * { 7 * type: SET_NOISY_AUDIO_INPUT_NOTIFICATION_UID 8 * uid: ?number 9 * } 10 */ 11 export const SET_NOISY_AUDIO_INPUT_NOTIFICATION_UID = 'SET_NOISY_AUDIO_INPUT_NOTIFICATION_UID';