Enumerations
The following enumerations are available globally.
-
Error codes in
PALNonceErrorDomain
.Declaration
Swift
typealias NonceError.Code._ErrorType = NonceError
Objective-C
enum PALNonceErrorCode : NSInteger {}
-
A nullable flag used for various
PALNonceRequest
fields.Declaration
Swift
enum Flag : Int, @unchecked Sendable
Objective-C
enum PALFlag : NSInteger {}