ProgrammaticAccessLibrary Framework Reference

  • PALNonceLoaderDelegate is a delegate object used to receive updates from PALNonceLoader.

  • The -nonceLoader:withRequest:didLoadNonceManager: method is called when a PALNonceManager is successfully loaded.

  • The -nonceLoader:withRequest:didFailWithError: method is called when there is an error loading the PALNonceManager or if loading times out.

PALNonceLoaderDelegate

@protocol PALNonceLoaderDelegate <NSObject>

Delegate object used to receive updates from PALNonceLoader.