ProgrammaticAccessLibrary Framework Reference

  • The PALNonceLoaderDelegate protocol is used to receive updates from the PALNonceLoader class on iOS.

  • This delegate protocol allows objects to be notified about events related to loading nonces for ad requests in Google Ad Manager.

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>