ProgrammaticAccessLibrary Framework Reference

  • The PALNonceLoaderDelegate protocol is available globally and is used to receive updates from PALNonceLoader.

  • The protocol is declared as NonceLoaderDelegate in Swift and PALNonceLoaderDelegate in Objective-C.

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>