> ## 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

> Forward events to your analytics on iOS

## forwardEvents

```swift theme={null}
RampKit.forwardEvents(to: .custom { event in
  // forward to analytics
})
```

Forward to a specific provider:

```swift theme={null}
RampKit.forwardEvents(to: .segment)
// or
RampKit.forwardEvents(to: .amplitude)
```
