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 agent realtime channel param.

    If an agent does not have a version, represent this by using the ARTClientInformationAgentNotVersioned pointer 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;