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.

forwardEvents

RampKit.forwardEvents(to: .custom { event in
  // forward to analytics
})
Forward to a specific provider:
RampKit.forwardEvents(to: .segment)
// or
RampKit.forwardEvents(to: .amplitude)