FMWebSyncBasePublisherResponseEventArgsGeneric Class Reference

Inherits from FMWebSyncBasePublisherResponseEventArgs : FMWebSyncBasePublisherEventArgs : NSObject
Declared in FMWebSync.h

Overview

Generic base arguments for events that occur after a response is received.

– requests

Gets the requests sent to the server.

- (NSMutableArray *)requests

Discussion

Gets the requests sent to the server.

Declared In

FMWebSync.h

– responses

Gets the responses received from the server.

- (NSMutableArray *)responses

Discussion

Gets the responses received from the server.

Declared In

FMWebSync.h

– setRequests:

Sets the requests sent to the server.

- (void)setRequests:(NSMutableArray *)value

Discussion

Sets the requests sent to the server.

Declared In

FMWebSync.h

– setResponses:

Sets the responses received from the server.

- (void)setResponses:(NSMutableArray *)value

Discussion

Sets the responses received from the server.

Declared In

FMWebSync.h