Targeting Surveys
How surveys are targeted and how to get available surveys in KMP.
Get available surveys
scope.launch {
SurveysKmp.getAvailableSurveys().collect { surveys ->
surveys.forEach { survey ->
// survey has token and other metadata
}
}
}Show survey if available
Last updated