CountryConfiguration

Configure the navigation to stay in or outside certain countries.

Inheritors

Types

Link copied to clipboard
data class Avoid(val countryCodes: List<String>) : CountryConfiguration

Keeps the navigation outside the given country codes.

Link copied to clipboard
data class StayIn(val countryCode: String) : CountryConfiguration

Keeps the navigation within the single defined country.