Package-level declarations
Types
A running native screen capture. Created by installAutographNativeScreenCapture; keep it to uninstall.
A running native tap capture. Created by installAutographNativeTapCapture; keep it to uninstall.
Properties
Functions
Starts reporting native Android screen transitions: on every Activity or Fragment that comes to the foreground and names a screen, a Screen Viewed event is emitted via tracker and a screen frame is pushed onto scopeStack so autocaptured events on that screen carry it; the frame stops answering when the screen leaves the display. This is the Android counterpart of the iOS UIKit viewDidAppear: capture, sharing the same ScopeStack/ScreenHistory and so the same previous_screen chain across a Compose↔native transition.
Starts reporting taps on native Android View content (XML layouts, RecyclerView rows, legacy screens) as eventName. This is the Android counterpart of the iOS UIKit tap capture, and the pipeline autograph-compose cannot serve: Compose autocapture hit-tests the semantics tree, which does not see an android.view.View hierarchy at all.