FMWebSyncBaseClientRequestEventArgsGeneric Class Reference

Inherits from FMWebSyncBaseClientRequestEventArgs : FMWebSyncBaseClientEventArgs : NSObject
Declared in FMWebSync.h

Overview

Generic base arguments for events that occur before a request is sent.

– methodArgs

Gets the original arguments passed into the client method.

- (NSObject *)methodArgs

Discussion

Gets the original arguments passed into the client method.

Declared In

FMWebSync.h

– setMethodArgs:

Sets the original arguments passed into the client method.

- (void)setMethodArgs:(NSObject *)value

Discussion

Sets the original arguments passed into the client method.

Declared In

FMWebSync.h