Package-level declarations

Types

Link copied to clipboard
object Snoop

Android entry points: open the inspector as its own Activity, or post a live notification that lists the latest captured entries and reopens the inspector while you navigate the host app.

object Snoop

iOS entry points mirroring the Android Snoop object, minus the Context. showNotification asks for alert permission inline (idempotent; a denial is a silent no-op), then keeps one notification in sync with the store — each capture replaces the previous banner.

Link copied to clipboard

Full-screen host for the inspector, launched from the notification or Snoop.open(context).

Link copied to clipboard

Backs the notification's "Clear" action.

Functions

Link copied to clipboard
fun SnoopScreen(modifier: Modifier = Modifier)

The whole Snoop inspector as one embeddable composable. Host it anywhere (a screen, a bottom sheet, a dedicated Activity). Reads straight from the shared SnoopCore store.