This method returns all possible available surveys that can be shown to the user. A list of survey objects is returned by this API.
Surveys.availableSurveys { (surveys) in
}[LCQSurveys availableSurveysWithCompletionHandler: ^(NSArray<LCQSurvey *> *validSurveys) {
}];Surveys.getAvailableSurveys();Surveys.getAvailableSurveys()const availableSurveys = await Surveys.getAvailableSurveys();final titles = Surveys.getAvailableSurveys();