ARTWrapperSDKProxyOptions
Objective-C
@interface ARTWrapperSDKProxyOptions : NSObject
Swift
class ARTWrapperSDKProxyOptions : NSObject, @unchecked Sendable
A set of options for controlling the creation of an ARTWrapperSDKProxyRealtime object.
-
A set of additional entries for the Ably agent header and the
agentrealtime channel param.If an agent does not have a version, represent this by using the
ARTClientInformationAgentNotVersionedpointer as the version.Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSDictionary<NSString *, NSString *> *agents;Swift
var agents: [String : String]? { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initWithAgents:(nullable NSDictionary<NSString *, NSString *> *)agents NS_DESIGNATED_INITIALIZER;Swift
init(agents: [String : String]?) -
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;