Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef NSArray<ItemType> *_Nullable(^ARTPaginatedResultResponseProcessor)(NSHTTPURLResponse *_Nullable, NSData *_Nullable, NSError *_Nullable *_Nullable)
Swift
typealias ARTPaginatedResultResponseProcessor = (HTTPURLResponse?, Data?, NSErrorPointer) -> [ItemType]?
-
A key for the
ARTClientOptions.plugins
property.Declaration
Objective-C
typedef NSString *ARTPluginName
Swift
struct ARTPluginName : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable, @unchecked Sendable