Package-level declarations

Types

Link copied to clipboard
class Country(val code: String, val phoneNoCode: String, val name: String, val flag: DrawableResource)

Country holds the data of a country.

Link copied to clipboard
class FlagSize(val width: Dp, val height: Dp)

Holds the size of a country flag image.