Contents

status(completion:)

Reports the status of your Wallet extension.

Declaration

func status(completion: @escaping  @Sendable (PKIssuerProvisioningExtensionStatus) -> Void)
func status() async -> PKIssuerProvisioningExtensionStatus

Parameters

  • completion:

    A completion handler that the system calls to determine if there is a pass available and if adding the pass requires authentication. This handler takes the following parameter:

    status

    A Pkissuerprovisioningextensionstatus that indicates whether there are any payment cards available to add as Wallet passes.

See Also

Returning extension status