ProgrammaticAccessLibrary Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
PALFlag
enum PALFlag : NSInteger {}
A nullable flag used for various PALNonceRequest
fields.
-
Indicates that the flag value is unknown or not provided.
Declaration
Objective-C
PALFlagNull = 0
-
Indicates that the flag value is set to on, or true.
-
Indicates that the flag value is set to off, or false.
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 2024-04-03 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 2024-04-03 UTC."],[[["`PALFlag` is a nullable flag used within various `PALNonceRequest` fields."],["It has three possible values: `PALFlagNull` (unknown/not provided), `PALFlagOn` (true), and `PALFlagOff` (false)."],["These flags are represented by integer values: 0 for null, 1 for on, and 2 for off."]]],[]]