ProgrammaticAccessLibrary Framework Reference
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 2024-04-03 UTC.
[null,null,["Last updated 2024-04-03 UTC."],[[["Globally available enumerations include `PALNonceErrorCode` for errors in `PALNonceErrorDomain` and `PALFlag` as a nullable flag."],["`PALNonceErrorCode` is declared as a typealias of `NonceError` in Swift and as an enum of type `NSInteger` in Objective-C."],["`PALFlag` is declared as an enum of type `Int` in Swift and as an enum of type `NSInteger` in Objective-C, usable for fields in `PALNonceRequest`."]]],[]]