Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public enum MongoDBOperator : String
-
Authentication Source for login with a social identity.
See moreDeclaration
Swift
public enum AuthSource : String
-
Undocumented
See moreDeclaration
Swift
public enum CollectionChange<CollectionType>
-
Enum that contains all error types in the library.
See moreDeclaration
Swift
public enum Error : Swift.Error, LocalizedError, CustomStringConvertible, CustomDebugStringConvertible
-
Enumeration to describe which format an image should be represented
See moreDeclaration
Swift
public enum ImageRepresentation
-
Define how detailed operations should be logged. Here’s the ascending order (from the less detailed to the most detailed level): none, severe, error, warning, info, debug, verbose
See moreDeclaration
Swift
public enum LogLevel
-
Used to tell which user interface must be used during the login process using MIC.
See moreDeclaration
Swift
public enum MICUserInterface
-
Specifies which version of the MIC API will be used.
See moreDeclaration
Swift
public enum MICApiVersion : String
-
Undocumented
See moreDeclaration
Swift
public indirect enum Expression
-
Policy that describes how a read operation should perform.
See moreDeclaration
Swift
public enum ReadPolicy
-
Tells the current status for the realtime connection
See moreDeclaration
Swift
public enum RealtimeStatus
-
Defines the behavior of a DataStore instance.
See moreDeclaration
Swift
public enum StoreType
-
Describes a unit to be used in a time perspective.
See moreDeclaration
Swift
public enum TimeUnit
-
Specify an authentication provider
See moreDeclaration
Swift
public enum AuthProvider
-
Defines a strategy to validate results upfront
See moreDeclaration
Swift
public enum ValidationStrategy
-
Policy that describes how a write operation should perform.
See moreDeclaration
Swift
public enum WritePolicy