Enumerations
The following enumerations are available globally.
-
A value representing an authentication state.
After a successful authentication, the authentication always goes into the
AuthenticationState.authenticated(token:, user:)
state.After using the
See moreAuthentication.logOut()
method, the authentication always goes into theAuthenticationState.unauthenticated(reason:)
state.Declaration
Swift
public enum AuthenticationState : Equatable
-
Declaration
Swift
public enum AuthenticatingStateProgress : Equatable
-
A value representing an operation related to the one-time password SMS authentication.
See moreDeclaration
Swift
public enum OtpAuthenticationOperation : Equatable
-
A value representing a reason related to the authentication state.
See moreDeclaration
Swift
public enum UnauthenticatedReason : Equatable
-
All configutation set at build time
See moreDeclaration
Swift
public enum BuildConfig
-
A value representing the presence of the current user.
See moreDeclaration
Swift
public enum Presence
-
The state of the data downloading in the background
See moreDeclaration
Swift
public enum DownloadProgressionState
-
Declaration
Swift
public enum DownloadManagerError : Error
-
The state of the data uploading in the background
See moreDeclaration
Swift
public enum UploadProgressionState
-
Declaration
Swift
public enum UploadManagerError : Error
-
Declaration
Swift
public enum VersionStatus : Equatable
-
Declaration
Swift
public enum DataUserStatus : String, Codable
-
Declaration
Swift
public enum DataUserType : String, Codable