FMWebSyncMessageResponseReceivedArgs Class Reference

Inherits from NSObject
Declared in FMWebSync.h

Overview

Arguments passed into callbacks when a message response is created.

– responses

Gets the incoming messages about to be processed by the client.

- (NSMutableArray *)responses

Discussion

Gets the incoming messages about to be processed by the client.

Declared In

FMWebSync.h

– sender

Gets the sender of the request, either a client or publisher.

- (NSObject *)sender

Discussion

Gets the sender of the request, either a client or publisher.

Declared In

FMWebSync.h