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