Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Swift
public class AutoLockStream<E> : Stream<E> where E : MergableEvent
-
The
See moreCoordinator
handles update, functions, downloads and the authorization- and connection state.Declaration
Swift
public class Coordinator
-
Undocumented
-
This is a wrapper around TDJSON. It is responsible for creating a C
See moretd_json_client
, sending request and receiving it’s updates. The update data can be accessed by subscribing toTDJsonClient.stream
. It is recommended to let theCoordinator
manage theTDJsonClient
and to never to useTDJsonClient
directly.Declaration
Swift
public class TDJsonClient