PiaSDKDelegate

Deprecated

Migrate to declarative APIs in PiaSDK namespace

Objective-C

@protocol PiaSDKDelegate <UINavigationControllerDelegate>

Swift

protocol PiaSDKDelegate : UINavigationControllerDelegate

The PiaSDK protocol provides a mechanism for your application to take action on events that occur in both payment and saving card processes. You can make use of these calls by assigning an object to the PiaSDK’ delegate property directly.