Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rampkit.com/llms.txt

Use this file to discover all available pages before exploring further.

events

RampKit.onEvent { event in
  // handle event
}
Event types include: flowStarted, screenShown, ctaTapped, purchaseCompleted, flowCompleted, and more. Forward to analytics:
RampKit.onEvent { event in
  Analytics.track(event.type.rawValue, properties: event.properties)
}