supportedLocaleCombinations

val supportedLocaleCombinations: List<LocaleCombination>? = null

A List of all the locale combinations supported by this VPA or null if all combinations of the supportedLocales are supported.

Each locale combination is provided as a List of Locales that is sorted by priority of the language used by the VPA, if the VPA supports prioritization of active locales. Each locale combination can be specified as VpaSettings.activeLocales using the updateActiveLocales API.

For example: If supportedLocales = listOf(Locale.US, Locale.GERMAN) and supportedLocaleCombinations = null, it means that the allowed locales are: