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.

Analytics forwarding

Forward events to tools like Amplitude or Segment using forwardEvents or in your own event callback. Segment:
RampKit.forwardEvents(to: .segment)
Amplitude (custom):
RampKit.onEvent { event in
  Amplitude.instance().logEvent(event.type.rawValue, withEventProperties: event.properties)
}