status(completion:)
Reports the status of your Wallet extension.
Declaration
func status(completion: @escaping @Sendable (PKIssuerProvisioningExtensionStatus) -> Void)func status() async -> PKIssuerProvisioningExtensionStatusParameters
- 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:
statusA Pkissuerprovisioningextensionstatus that indicates whether there are any payment cards available to add as Wallet passes.