RLMSyncPermissionResultsSortProperty
enum RLMSyncPermissionResultsSortProperty : NSUInteger {}
Properties which a sync permission results collection can be sorted by.
-
Sort by the Realm Object Server path to the Realm to which the permission applies.
Declaration
Objective-C
RLMSyncPermissionResultsSortPropertyPathSwift
case propertyPath = 0 -
Sort by the identity of the user to whom the permission applies.
Declaration
Objective-C
RLMSyncPermissionResultsSortPropertyUserIDSwift
case propertyUserID = 1 -
Sort by the date the permissions were last updated.
Declaration
Objective-C
RLMSyncPermissionResultsSortDateUpdatedSwift
case dateUpdated = 2
View on GitHub
Install in Dash
RLMSyncPermissionResultsSortProperty Enum Reference