RLMSyncAccessLevel

enum RLMSyncAccessLevel : NSUInteger {}

Access levels which can be granted to Realm Mobile Platform users for specific synchronized Realms, using the permissions APIs.

Note that each access level guarantees all allowed actions provided by less permissive access levels. Specifically, users with write access to a Realm can always read from that Realm, and users with administrative access can always read or write from the Realm.