ProgrammaticAccessLibrary Framework Reference

  • Globally available enumerations include PALNonceErrorCode and PALFlag.

  • PALNonceErrorCode defines error codes within the PALNonceErrorDomain.

  • PALFlag is a nullable flag used in various PALNonceRequest fields.

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 {}