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 Country and Country.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 the Country and Country.State.

    See more

    Declaration

    Swift

    public struct CountriesStates : Codable, Equatable
  • Struct representing a country.

    See more

    Declaration

    Swift

    public struct Country : Codable, Equatable
  • Struct representing Nearby Places

    See more

    Declaration

    Swift

    public struct NearbyPlaces : Codable, Equatable
  • Struct representing upgrade check related values.

    See more

    Declaration

    Swift

    public struct UpgradeCheck : Codable, Equatable
  • Undocumented

    See more

    Declaration

    Swift

    public struct KeychainError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public struct KeychainItem