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.pluginsproperty.Declaration
Objective-C
typedef NSString *ARTPluginNameSwift
struct ARTPluginName : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable, @unchecked Sendable
Type Definitions Reference