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

    RLMSyncPermissionResults

    Declaration

    Swift

    public func index(after i: Int) -> Int

    Parameters

    i

    A valid index of the collection. i must be less than endIndex.

    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

    RLMSyncPermissionResults

    Declaration

    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

    RLMSyncPermissionResults

    Declaration

    Swift

    public var endIndex: Int