getCountries

fun getCountries(allowedISOCodes: List<String>? = null): List<CountryInfo>

Returns the list of supported countries to display.

Return

the list of countries.

Parameters

allowedISOCodes

the list of ISO codes to filter the countries with. No filtering is done if this param is null.