Structures

The following structures are available globally.

  • Environment Information for a specific appKey and appSecret

    See more

    Declaration

    Swift

    public struct EnvironmentInfo
    extension EnvironmentInfo : StaticMappable
  • Wrapper able to hold an array of Swift.Error objects.

    See more

    Declaration

    Swift

    public struct MultipleErrors
    extension MultipleErrors: RandomAccessCollection
    extension MultipleErrors: CustomStringConvertible, CustomDebugStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct MultiSaveError : Swift.Error, Codable, IndexableError
    extension MultiSaveError: LocalizedError
    extension MultiSaveError: CustomStringConvertible
    extension MultiSaveError: CustomDebugStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct IndexedError : Swift.Error, IndexableError
    extension IndexedError: LocalizedError
    extension IndexedError: CustomStringConvertible
    extension IndexedError: CustomDebugStringConvertible
  • Allow override custom values whenever the default value is not desired.

    See more

    Declaration

    Swift

    public struct Options
  • Undocumented

    See more

    Declaration

    Swift

    public struct AnyPendingOperation : PendingOperation
  • Holds the Social Identities attached to a specific User

    See more

    Declaration

    Swift

    public struct UserSocialIdentity
    extension UserSocialIdentity : Decodable
    extension UserSocialIdentity : Encodable
    extension UserSocialIdentity : StaticMappable