IosMemoryPressure
class IosMemoryPressure(notificationCenter: NSNotificationCenter = NSNotificationCenter.defaultCenter) : MemoryPressureProvider(source)
Implementation of MemoryPressure for iOS.
In the iOS system, NSNotificationCenter is used to monitor memory pressure states.
| iOS Notification | MemoryPressureLevel |
|:----------------------------------------|:----------------------|
| UIApplicationDidEnterBackground | Low |
| UIApplicationDidReceiveMemoryWarning | Critical |
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Converts this Listenable into a Flow that emits events.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard