ProgrammaticAccessLibrary Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Protocols
The following protocols are available globally.
-
Declaration
Swift
protocol NonceLoaderDelegate : NSObjectProtocol
Objective-C
@protocol PALNonceLoaderDelegate <NSObject>
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePALNonceLoaderDelegate\u003c/code\u003e protocol is used to receive updates from the \u003ccode\u003ePALNonceLoader\u003c/code\u003e class regarding nonce loading.\u003c/p\u003e\n"],["\u003cp\u003eThis delegate, available in Swift and Objective-C, enables communication between the nonce loader and other parts of the application.\u003c/p\u003e\n"]]],["The content defines the `PALNonceLoaderDelegate` protocol, which is available globally. This delegate protocol is designed for receiving updates from the `PALNonceLoader`. It's declared as `NonceLoaderDelegate` in Swift and `PALNonceLoaderDelegate` in Objective-C, both inheriting from `NSObjectProtocol`. The protocol serves as an object for handling updates.\n"],null,["# ProgrammaticAccessLibrary Framework Reference\n\nProtocols\n=========\n\nThe following protocols are available globally.\n- `\n ``\n ``\n `\n\n ### [PALNonceLoaderDelegate](/ad-manager/pal/tvos/reference/Protocols/PALNonceLoaderDelegate)\n\n `\n ` \n Delegate object used to receive updates from [PALNonceLoader](/ad-manager/pal/tvos/reference/Classes/PALNonceLoader). \n\n #### Declaration\n\n Swift \n\n protocol NonceLoaderDelegate : NSObjectProtocol\n\n Objective-C \n\n @protocol PALNonceLoaderDelegate \u003cNSObject\u003e"]]