Skip to main content
Version: 0.3

Getting started

Platform-specific setup guides:

// 1. Initialize the SDK
Fedo.initialize(applicationContext, apiKey = "...")

// 2. Launch the feedback screen
FeedbacksScreen()
warning

You must call Fedo.initialize before any other SDK method.

Check full SDK documentation