SyncPermissionResults
public typealias SyncPermissionResults = RLMSyncPermissionResults
-
A collection of
SyncPermissionValues that represent the permissions that have been configured on all the Realms that some user is allowed to administer.See
RLMSyncPermissionResultsDeclaration
Swift
public func index(after i: Int) -> IntParameters
iA valid index of the collection.
imust be less thanendIndex.Return Value
The index value immediately after
i. -
A collection of
SyncPermissionValues that represent the permissions that have been configured on all the Realms that some user is allowed to administer.See
RLMSyncPermissionResultsDeclaration
Swift
public var startIndex: Int -
A collection of
SyncPermissionValues that represent the permissions that have been configured on all the Realms that some user is allowed to administer.See
RLMSyncPermissionResultsDeclaration
Swift
public var endIndex: Int
View on GitHub
Install in Dash
SyncPermissionResults Extension Reference