Skip to main content

Getting started

Platform-specific setup guides:

// 1. Initialize the SDK
Fedo.init(apiKey = "...")

// 2. Identify the user after authentication
Fedo.setUserID("id")

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

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

Check full SDK documentation