ProgrammaticAccessLibrary Framework Reference

  • The PALNonceLoaderDelegate protocol is used to receive updates from the PALNonceLoader class regarding nonce loading.

  • This delegate, available in Swift and Objective-C, enables communication between the nonce loader and other parts of the application.

Protocols

The following protocols are available globally.

  • Delegate object used to receive updates from PALNonceLoader.

    Declaration

    Swift

    protocol NonceLoaderDelegate : NSObjectProtocol

    Objective-C

    @protocol PALNonceLoaderDelegate <NSObject>