Vignettes

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class Vignettes

Either of Vignettes.Allow or Vignettes.Avoid.

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class Allow(val countries: List<String> = emptyList()) : Vignettes

Allow to use toll roads in specific countries or none; disallow all others.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class Avoid(val countries: List<String> = emptyList()) : Vignettes

Disallow to use toll roads in specific countries or none; allow all others.