ProgrammaticAccessLibrary Framework Reference

  • PALNonceLoaderDelegate is a protocol used to receive updates from PALNonceLoader regarding nonce loading.

  • It provides two callback methods: one for successful nonce manager loading (nonceLoader:withRequest:didLoadNonceManager:) and one for loading failures (nonceLoader:withRequest:didFailWithError:).

  • Upon successful loading, the delegate receives a PALNonceManager instance containing a nonce for a single content stream.

  • If loading fails or times out, the delegate is notified with an error object describing the reason for failure.

PALNonceLoaderDelegate

@protocol PALNonceLoaderDelegate <NSObject>

Delegate object used to receive updates from PALNonceLoader.