FMWebSyncSubscribersBase Class Reference

Inherits from NSObject
Declared in FMWebSyncSubscribers.h

Overview

Base methods supporting the Subscribers extension.

+ getSubscribedClientsWithExtensible:

Gets the subscribed clients.

+ (NSMutableDictionary *)getSubscribedClientsWithExtensible:(FMWebSyncExtensible *)extensible

Parameters

name="extensible">The

extensible base. The subscribed clients.

Discussion

Gets the subscribed clients.

Declared In

FMWebSyncSubscribers.h

+ setSubscribedClientsWithExtensible:subscribedClients:

Sets the subscribed clients.

+ (void)setSubscribedClientsWithExtensible:(FMWebSyncExtensible *)extensible subscribedClients:(NSMutableDictionary *)subscribedClients

Parameters

name="extensible">The

extensible base.

name="subscribedClients">The

subscribed clients.

Discussion

Sets the subscribed clients.

Declared In

FMWebSyncSubscribers.h