Enums
The following enums are available globally.
-
An options type representing different account actions which can be associated with certain types of credentials.
See moreDeclaration
Objective-C
enum RLMAuthenticationActions : NSUInteger {}
Swift
struct RLMAuthenticationActions : OptionSet
-
An enum representing different levels of sync-related logging that can be configured.
See moreDeclaration
Objective-C
enum RLMSyncLogLevel : NSUInteger {}
Swift
enum RLMSyncLogLevel : UInt
-
The current state of a sync session object.
See moreDeclaration
Objective-C
enum RLMSyncSessionState : NSUInteger {}
Swift
enum RLMSyncSessionState : UInt
-
The state of the user object.
See moreDeclaration
Objective-C
enum RLMSyncUserState : NSUInteger {}
Swift
enum RLMSyncUserState : UInt
-
An error which is related to synchronization with a Realm Object Server.
See moreDeclaration
Objective-C
enum RLMSyncError : NSInteger {}
Swift
typealias _ErrorType = RLMSyncError
-
RLMPropertyType
is an enumeration describing all property types supported in Realm models.For more information, see Realm Models.
See moreDeclaration
Objective-C
enum RLMPropertyType : int32_t {}
-
See moreRLMError
is an enumeration representing all recoverable errors. It is associated with the Realm error domain specified inRLMErrorDomain
.Declaration
Objective-C
enum RLMError : NSInteger {}