Contents

remotePassEntries(completion:)

Reports the list of passes available to add to an Apple Watch.

Declaration

func remotePassEntries(completion: @escaping  @Sendable ([PKIssuerProvisioningExtensionPassEntry]) -> Void)
func remotePassEntries() async -> [PKIssuerProvisioningExtensionPassEntry]

Parameters

  • completion:

    A completion handler that the system calls to find the list of passes available to add to an Apple Watch. This handler takes the following parameter:

    entries

    An array Pkissuerprovisioningextensionpassentry items representing the passes that are available to add to Wallet.

See Also

Returning available passes