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
See moreDeclaration
Swift
public enum ContentDownloadState -
Declaration
Swift
public enum ContentDownloadError : Error -
The state of the data uploading
See moreDeclaration
Swift
public enum ContentUploadState -
Declaration
Swift
public enum ContentUploadError : Error -
Declaration
Swift
public enum VersionStatus : Equatable -
Declaration
Swift
public enum DataUserStatus : String, Codable -
Declaration
Swift
public enum DataUserType : String, Codable
Enumerations Reference