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
-
The current state of the session represented by an
See moreRLMSyncSession
object.Declaration
Objective-C
enum RLMSyncSessionState : NSUInteger {}
Swift
enum RLMSyncSessionState : UInt
-
The transfer direction (upload or download) tracked by a given progress notification block.
Progress notification blocks can be registered on sessions if your app wishes to be informed how many bytes have been uploaded or downloaded, for example to show progress indicator UIs.
See moreDeclaration
Objective-C
enum RLMSyncProgressDirection : NSUInteger {}
Swift
enum RLMSyncProgressDirection : UInt
-
The desired behavior of a progress notification block.
Progress notification blocks can be registered on sessions if your app wishes to be informed how many bytes have been uploaded or downloaded, for example to show progress indicator UIs.
See moreDeclaration
Objective-C
enum RLMSyncProgress : NSUInteger {}
Swift
enum RLMSyncProgress : UInt
-
The state of the user object.
See moreDeclaration
Objective-C
enum RLMSyncUserState : NSUInteger {}
Swift
enum RLMSyncUserState : UInt
-
An error which is related to authentication to a Realm Object Server.
See moreDeclaration
Objective-C
enum RLMSyncAuthError : NSInteger {}
-
An error which is related to synchronization with a Realm Object Server.
See moreDeclaration
Objective-C
enum RLMSyncError : NSInteger {}
-
An enum representing the different states a sync management object can take.
See moreDeclaration
Objective-C
enum RLMSyncManagementObjectStatus : NSUInteger {}
-
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 {}