use crate::*;
/// Defines under which circumstances a subscribing activity should be called.
/// At the moment, the only filter option is to check the activity lifecycle state.
/// The default filter will ignore events when the activity is inactive.