RLMSyncSessionState
enum RLMSyncSessionState : NSUInteger {}
The current state of the session represented by a session object.
-
The sync session is bound to the Realm Object Server and communicating with it.
Declaration
Objective-C
RLMSyncSessionStateActiveSwift
case active = 0 -
The sync session is not currently communicating with the Realm Object Server.
Declaration
Objective-C
RLMSyncSessionStateInactiveSwift
case inactive = 1 -
The sync session encountered a fatal error and is permanently invalid; it should be discarded.
Declaration
Objective-C
RLMSyncSessionStateInvalidSwift
case invalid = 2
View on GitHub
Install in Dash
RLMSyncSessionState Enum Reference