Other Structures
The following structures are available globally.
-
Struct representing a container for countries with states values.
This struct decodes the countries and states from the data received from the API in a different manner than the usual decoding. This is due to being the
See moreCountry
andCountry.State
model being different from the JSON structure returned by the server API. This struct maps the values from that JSON structure to be compatible to the model structure of theCountry
andCountry.State
.Declaration
Swift
public struct CountriesStates : Codable, Equatable
-
Struct representing a country.
See moreDeclaration
Swift
public struct Country : Codable, Equatable
-
Struct representing Nearby Places
See moreDeclaration
Swift
public struct NearbyPlaces : Codable, Equatable
-
Struct representing upgrade check related values.
See moreDeclaration
Swift
public struct UpgradeCheck : Codable, Equatable
-
Undocumented
See moreDeclaration
Swift
public struct KeychainError : Error
-
Undocumented
See moreDeclaration
Swift
public struct KeychainItem