AndroidWindowVisibility
class AndroidWindowVisibility(lifecycleOwner: LifecycleOwner = ProcessLifecycleOwner.get()) : WindowVisibility
Implementation of WindowVisibility for Android.
In the Android system, ProcessLifecycleOwner is used to monitor window visibility states. It notifies the window visibility state based on the lifecycle state of ProcessLifecycleOwner.
Types
Link copied to clipboard
Implementation of DefaultLifecycleObserver for observing window visibility.