ProgrammaticAccessLibrary Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Enumerations
The following enumerations are available globally.
-
Declaration
Swift
typealias NonceError.Code._ErrorType = NonceError
Objective-C
enum PALNonceErrorCode : NSInteger {}
-
Declaration
Swift
enum Flag : Int, @unchecked Sendable
Objective-C
enum PALFlag : NSInteger {}
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\u003eGlobally available enumerations include \u003ccode\u003ePALNonceErrorCode\u003c/code\u003e and \u003ccode\u003ePALFlag\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePALNonceErrorCode\u003c/code\u003e defines error codes within the \u003ccode\u003ePALNonceErrorDomain\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePALFlag\u003c/code\u003e is a nullable flag used in various \u003ccode\u003ePALNonceRequest\u003c/code\u003e fields.\u003c/p\u003e\n"]]],[],null,["# ProgrammaticAccessLibrary Framework Reference\n\nEnumerations\n============\n\nThe following enumerations are available globally.\n- `\n ``\n ``\n `\n\n ### [PALNonceErrorCode](/ad-manager/pal/ios/reference/Enums/PALNonceErrorCode)\n\n `\n ` \n Error codes in [PALNonceErrorDomain](/ad-manager/pal/ios/reference/Constants#/c:@PALNonceErrorDomain). \n\n #### Declaration\n\n Swift \n\n typealias NonceError.Code._ErrorType = NonceError\n\n Objective-C \n\n enum PALNonceErrorCode : NSInteger {}\n\n- `\n ``\n ``\n `\n\n ### [PALFlag](/ad-manager/pal/ios/reference/Enums/PALFlag)\n\n `\n ` \n A nullable flag used for various [PALNonceRequest](/ad-manager/pal/ios/reference/Classes/PALNonceRequest) fields. \n\n #### Declaration\n\n Swift \n\n enum Flag : Int, @unchecked Sendable\n\n Objective-C \n\n enum PALFlag : NSInteger {}"]]