D1IssuerProvisioningExtensionHandler

open class D1IssuerProvisioningExtensionHandler : PKIssuerProvisioningExtensionHandler

Class that extends system API D1IssuerProvisioningExtensionHandler and implements required functions.

By extending D1IssuerProvisioningExtensionHandler, developer need not implement the required functions.

Optionally, developer could override D1IssuerProvisioningExtensionHandler.errorEncountered(_:) to receive errors encountered by SDK.

It is prequisite that Wallet Extension must be configured in application by calling D1Task.configure(_:completion:) with ConfigParams.walletExtensionConfig(cardParamsList:appGroupID:) and ConfigParams.coreConfig(consumerID:).

Since

3.3.0