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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eGlobally available enumerations include \u003ccode\u003ePALNonceErrorCode\u003c/code\u003e for errors in \u003ccode\u003ePALNonceErrorDomain\u003c/code\u003e and \u003ccode\u003ePALFlag\u003c/code\u003e as a nullable flag.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePALNonceErrorCode\u003c/code\u003e is declared as a typealias of \u003ccode\u003eNonceError\u003c/code\u003e in Swift and as an enum of type \u003ccode\u003eNSInteger\u003c/code\u003e in Objective-C.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePALFlag\u003c/code\u003e is declared as an enum of type \u003ccode\u003eInt\u003c/code\u003e in Swift and as an enum of type \u003ccode\u003eNSInteger\u003c/code\u003e in Objective-C, usable for fields in \u003ccode\u003ePALNonceRequest\u003c/code\u003e.\u003c/p\u003e\n"]]],["The provided content details two globally available enumerations: `PALNonceErrorCode` and `PALFlag`. `PALNonceErrorCode` represents error codes within the `PALNonceErrorDomain`, with both Swift (typealias) and Objective-C (enum) declarations provided. `PALFlag` is a nullable flag employed across various `PALNonceRequest` fields. It also offers Swift (enum) and Objective-C (enum) declarations. Both enumerations are declared using NSInteger for their values in Objective-C.\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/tvos/reference/Enums/PALNonceErrorCode)\n\n `\n ` \n Error codes in [PALNonceErrorDomain](/ad-manager/pal/tvos/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/tvos/reference/Enums/PALFlag)\n\n `\n ` \n A nullable flag used for various [PALNonceRequest](/ad-manager/pal/tvos/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 {}"]]