ARTAuthorizationState

Objective-C

NS_ENUM(NSUInteger, ARTAuthorizationState) {
    ARTAuthorizationSucceeded, //ItemType: nil
    ARTAuthorizationFailed, //ItemType: NSError
    ARTAuthorizationCancelled, //ItemType: nil
}

Swift

enum ARTAuthorizationState : UInt, @unchecked Sendable

Undocumented