FMWebSyncSubscribersClientSubscribeArgs Class Reference

Inherits from FMWebSyncBaseSuccessArgs : FMWebSyncBaseOutputArgs : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject
Declared in FMWebSyncSubscribers.h

Overview

Arguments for the subscriber change callback.

– channel

Gets the channel on which the change occurred.

- (NSString *)channel

Discussion

Gets the channel on which the change occurred.

Declared In

FMWebSyncSubscribers.h

+ clientSubscribeArgsWithChannel:subscribedClient:

Initializes a new instance of the class.

+ (FMWebSyncSubscribersClientSubscribeArgs *)clientSubscribeArgsWithChannel:(NSString *)channel subscribedClient:(FMWebSyncSubscribedClient *)subscribedClient

Parameters

name="channel">The

channel.

name="subscribedClient">The

subscribed client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncSubscribers.h

– initWithChannel:subscribedClient:

Initializes a new instance of the class.

- (id)initWithChannel:(NSString *)channel subscribedClient:(FMWebSyncSubscribedClient *)subscribedClient

Parameters

name="channel">The

channel.

name="subscribedClient">The

subscribed client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncSubscribers.h

– subscribedClient

Gets the client who subscribed to the channel.

- (FMWebSyncSubscribedClient *)subscribedClient

Discussion

Gets the client who subscribed to the channel.

Declared In

FMWebSyncSubscribers.h