AccScrollWatcher

Accessibility service that monitors scrolling events in tracked applications.

This service detects when users are scrolling in monitored apps and triggers the appropriate warnings and interventions through AppScrollDetector.

The service respects the soft-disable flag and only monitors apps listed in Firebase configuration.

See also

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Called when an accessibility event occurs.

Functions

Link copied to clipboard
open override fun onAccessibilityEvent(event: AccessibilityEvent)
Link copied to clipboard
open override fun onInterrupt()

Called when the system wants to interrupt the feedback this service is providing.