Contents

entity(for:)

Gets the entity with the given identifier.

Declaration

@MainActor @preconcurrency func entity(for identifier: MultipeerConnectivityService.Identifier) -> Entity?

Parameters

  • identifier:

    The identifier.

Return Value

The entity with the corresponding identifier.