Skip to content

Instantly share code, notes, and snippets.

@itsSiddharthGupta
Created March 27, 2025 17:50
Show Gist options
  • Save itsSiddharthGupta/e441e6e6958b7ad0edbf69a2c2a5e151 to your computer and use it in GitHub Desktop.
Save itsSiddharthGupta/e441e6e6958b7ad0edbf69a2c2a5e151 to your computer and use it in GitHub Desktop.
data class VisibilityInfo(
val isVisible: Boolean,
val visiblePercentage: Float,
val bounds: Rect,
val isAboveThreshold: Boolean
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment