Enums

The following enums are available globally.

  • An options type representing different account actions which can be associated with certain types of credentials.

    See more

    Declaration

    Objective-C

    enum RLMAuthenticationActions : NSUInteger {}

    Swift

    struct RLMAuthenticationActions : OptionSet
  • An enum representing different levels of sync-related logging that can be configured.

    See more

    Declaration

    Objective-C

    enum RLMSyncLogLevel : NSUInteger {}

    Swift

    enum RLMSyncLogLevel : UInt
  • An error which is related to synchronization with a Realm Object Server.

    See more

    Declaration

    Objective-C

    enum RLMSyncError : NSInteger {}

    Swift

    typealias _ErrorType = RLMSyncError