Classes
The following classes are available globally.
-
Undocumented
See more
-
Undocumented
-
DDPClient is the base class for communicating with a server using the DDP protocol
See moreDeclaration
Swift
public class DDPClient: NSObject
-
Undocumented
See more
-
Meteor is a class to simplify communicating with and consuming MeteorJS server services
See moreDeclaration
Swift
public class Meteor
-
MeteorCollection is a class created to provide a base class and api for integrating SwiftDDP with persistence stores. MeteorCollection should generally be subclassed, with the methods documentWasAdded, documentWasChanged and documentWasRemoved facilitating communicating with the datastore.
See moreDeclaration
Swift
public class MeteorCollection: NSObject, MeteorCollectionType