Contents

accept(_:)

Accepts the specified share metadata and returns the accepted share to an awaiting caller.

Declaration

func accept(_ metadata: CKShare.Metadata) async throws -> CKShare

Parameters

  • metadata:

    The metadata of the share to accept.

Return Value

The corresponding share for the share metadata.