ARTRealtimeTransportFactory
Objective-C
@protocol ARTRealtimeTransportFactory
Swift
protocol RealtimeTransportFactory
A factory for creating an ARTRealtimeTransport
instance.
-
Undocumented
Declaration
Objective-C
- (id<ARTRealtimeTransport>)transportWithRest:(ARTRestInternal *)rest options:(ARTClientOptions *)options resumeKey:(nullable NSString *)resumeKey logger:(ARTInternalLog *)logger;
Swift
func transport(withRest rest: ARTRestInternal, options: ARTClientOptions, resumeKey: String?, logger: InternalLog) -> any ARTRealtimeTransport