Enums
The following enums are available globally.
-
An enum representing different levels of sync-related logging that can be configured.
See moreDeclaration
Objective-C
enum RLMSyncLogLevel : NSUInteger {}
Swift
enum RLMSyncLogLevel : UInt
-
An enum representing the different states a sync management object can take.
See moreDeclaration
Objective-C
enum RLMSyncManagementObjectStatus : NSUInteger {}
Swift
enum RLMSyncManagementObjectStatus : 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
-
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 {}