Getting started
Platform-specific setup guides:
- Kotlin
- Swift
// 1. Initialize the SDK
Fedo.initialize(applicationContext, apiKey = "...")
// 2. Launch the feedback screen
FeedbacksScreen(onDismiss = { /* close */ })
// coming soon
warning
You must call Fedo.initialize before any other SDK method.
Check full SDK documentation