CloudBackend

Superclass:
NSObject
Declared In:

Introduction

The session that holds the connection with the cloud.



Methods

-account
-clearCache
-groupManager
-publishManager
-shareManager
-subscribeManager
-version

account


-(CBEAccount*) account; 
Return Value

cbe::Account

Discussion

returns an account objct with information on the user


clearCache


-(BOOL) clearCache; 
Return Value

false failed

Discussion

Clears the cache if you are having memory issues.


groupManager


-(CBEGroupManager*) groupManager; 
Return Value

cbe::GroupManager

Discussion

gives the groups available


publishManager


-(CBEPublishManager*) publishManager; 
Return Value

cbe::PublishManager

Discussion

gives the published web shares


shareManager


-(CBEShareManager*) shareManager; 
Return Value

cbe::ShareManager

Discussion

gives the shares available


subscribeManager


-(CBESubscribeManager*) subscribeManager; 
Return Value

cbe::SubscribeManager

Discussion

gives the subscriptions being followed


version


-(NSString*) version; 
Return Value

std::string

Discussion

returns the version number of the SDK