gh-pages / com.nextfaze.devfun.overlay.logger / OverlayLogger / visibilityScope
visibilityScope
abstract var visibilityScope:
VisibilityScope
(source)
Determines when an overlay can be visible. Delegates to OverlayWindow.visibilityScope.
- FOREGROUND_ONLY: Only visible when the app is in the foreground.
- ALWAYS: Visible even if the app has no active activities. App cannot be swipe-closed if you have one of these.