Functions
The following functions are available globally.
-
Get a string representing a sync acces level
Declaration
Objective-C
extern NSString *_Nonnull RLMSyncAccessLevelToString(RLMSyncAccessLevel)
-
Get a sync access level for the given string.
Throws an exception if the string is not a valid access level.
Declaration
Objective-C
extern RLMSyncAccessLevel RLMSyncAccessLevelFromString(NSString *_Nonnull)