UIKit Application Monitor Classes
-
An
See moreApplicationStateMonitor
instance monitors the app for changes to its runtime state.Declaration
Swift
public class ApplicationStateMonitor : BaseNotificationMonitor
-
A
See moreBackgroundRefreshMonitor
instance monitors the app for changes to its status for downloading content in the background.Declaration
Swift
public class BackgroundRefreshMonitor : BaseNotificationMonitor
-
A
See moreMemoryMonitor
instance monitors the app for memory warnings from the operating system.Declaration
Swift
public class MemoryMonitor : BaseNotificationMonitor
-
A
See moreProtectedDataMonitor
instance monitors the app for changes to the accessibility of protected files.Declaration
Swift
public class ProtectedDataMonitor : BaseNotificationMonitor
-
A
See moreScreenshotMonitor
instance monitors the app for screenshots.Declaration
Swift
public class ScreenshotMonitor : BaseNotificationMonitor
-
A
See moreStatusBarMonitor
instance monitors the app for changes to the orientation of its user interface or to the frame of the status bar.Declaration
Swift
public class StatusBarMonitor : BaseNotificationMonitor
-
A
See moreTimeMonitor
instance monitors the app for significant changes in time.Declaration
Swift
public class TimeMonitor : BaseNotificationMonitor