Contents

passEntries(completion:)

Reports the list of passes available to add to an iPhone.

Declaration

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

Parameters

  • completion:

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

    entries

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

See Also

Returning available passes