AppStateObservable
public protocol AppStateObservable : AnyObject
A type that provides a set of NotificationObservation to observe. This interface defines the observations we would want in our class, for example a set of [willTerminate, didEnterBackground etc.]
-
Undocumented
Declaration
Swift
var observations: Set<NotificationObservation> { get }