FMWebSyncSubscribersClientUnsubscribeArgs 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

+ clientUnsubscribeArgsWithChannel:unsubscribedClient:

Initializes a new instance of the class.

+ (FMWebSyncSubscribersClientUnsubscribeArgs *)clientUnsubscribeArgsWithChannel:(NSString *)channel unsubscribedClient:(FMWebSyncSubscribedClient *)unsubscribedClient

Parameters

name="channel">The

channel.

name="unsubscribedClient">The

unsubscribed client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncSubscribers.h

– initWithChannel:unsubscribedClient:

Initializes a new instance of the class.

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

Parameters

name="channel">The

channel.

name="unsubscribedClient">The

unsubscribed client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncSubscribers.h

– unsubscribedClient

Gets the client who unsubscribed from the channel.

- (FMWebSyncSubscribedClient *)unsubscribedClient

Discussion

Gets the client who unsubscribed from the channel.

Declared In

FMWebSyncSubscribers.h