Contents

senderSatisfies(_:)

Check whether the sender of the received message satisfies the specified requirement.

Declaration

func senderSatisfies(_ requirement: XPCPeerRequirement) -> Bool

Return Value

A Bool indicating whether the sender satisfies the requirement

Discussion

  • requirement: The requirement the peer must have