IosWindowVisibility
class IosWindowVisibility(notificationCenter: NSNotificationCenter = NSNotificationCenter.defaultCenter) : WindowVisibilityProvider(source)
Implementation of WindowVisibility for iOS.
In the iOS system, UIApplicationDidBecomeActiveNotification and UIApplicationWillResignActiveNotification are used to monitor window visibility states. It notifies the window visibility state based on the notification received.
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