Structures

The following structures are available globally.

  • Model for mobile backend configuration

    See more

    Declaration

    Swift

    public struct MobileConfig : Decodable
  • Backend service model containing configuration Represents individual service metadata

    See more

    Declaration

    Swift

    public struct MobileService : Decodable
  • Structure returned as response to http request. Represents data or error that was returned from request

    See more

    Declaration

    Swift

    public struct AgsHttpResponse