FMWebSyncServiceArgs Class Reference
| Inherits from | FMWebSyncBaseInputArgs : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject | 
|---|---|
| Declared in | FMWebSync.h | 
– channel
	- (NSString *)channelDiscussion
Declared In
FMWebSync.h
– dataBytes
	- (NSMutableData *)dataBytesDiscussion
Declared In
FMWebSync.h
– dataJson
	- (NSString *)dataJsonDiscussion
Declared In
FMWebSync.h
– initWithChannel:dataBytes:
	- (id)initWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytesParameters
name="channel">The | 
						channel to which the data should be sent.  | 
					
|---|---|
name="dataBytes">The | 
						data to send in binary format.  | 
					
Discussion
Declared In
FMWebSync.h
– initWithChannel:dataBytes:tag:
	- (id)initWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="channel">The | 
						channel to which the data should be sent.  | 
					
|---|---|
name="dataBytes">The | 
						data to send in binary format.  | 
					
name="tag">The | 
						tag that identifies the contents of the payload.  | 
					
Discussion
Declared In
FMWebSync.h
– initWithChannel:dataJson:
	- (id)initWithChannel:(NSString *)channel dataJson:(NSString *)dataJsonParameters
name="channel">The | 
						channel to which the data should be sent.  | 
					
|---|---|
name="dataJson">The | 
						data to send in JSON format.  | 
					
Discussion
Declared In
FMWebSync.h
– initWithChannel:dataJson:tag:
	- (id)initWithChannel:(NSString *)channel dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="channel">The | 
						channel to which the data should be sent.  | 
					
|---|---|
name="dataJson">The | 
						data to send in JSON format.  | 
					
name="tag">The | 
						tag that identifies the contents of the payload.  | 
					
Discussion
Declared In
FMWebSync.h
– isBinary
	- (bool)isBinaryDiscussion
Declared In
FMWebSync.h
– onComplete
	- (FMCallback *)onCompleteDiscussion
Declared In
FMWebSync.h
– onFailure
	- (FMCallback *)onFailureDiscussion
Declared In
FMWebSync.h
– onSuccess
	- (FMCallback *)onSuccessDiscussion
Declared In
FMWebSync.h
+ serviceArgsWithChannel:dataBytes:
	+ (FMWebSyncServiceArgs *)serviceArgsWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytesParameters
name="channel">The | 
						channel to which the data should be sent.  | 
					
|---|---|
name="dataBytes">The | 
						data to send in binary format.  | 
					
Discussion
Declared In
FMWebSync.h
+ serviceArgsWithChannel:dataBytes:tag:
	+ (FMWebSyncServiceArgs *)serviceArgsWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="channel">The | 
						channel to which the data should be sent.  | 
					
|---|---|
name="dataBytes">The | 
						data to send in binary format.  | 
					
name="tag">The | 
						tag that identifies the contents of the payload.  | 
					
Discussion
Declared In
FMWebSync.h
+ serviceArgsWithChannel:dataJson:
	+ (FMWebSyncServiceArgs *)serviceArgsWithChannel:(NSString *)channel dataJson:(NSString *)dataJsonParameters
name="channel">The | 
						channel to which the data should be sent.  | 
					
|---|---|
name="dataJson">The | 
						data to send in JSON format.  | 
					
Discussion
Declared In
FMWebSync.h
+ serviceArgsWithChannel:dataJson:tag:
	+ (FMWebSyncServiceArgs *)serviceArgsWithChannel:(NSString *)channel dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="channel">The | 
						channel to which the data should be sent.  | 
					
|---|---|
name="dataJson">The | 
						data to send in JSON format.  | 
					
name="tag">The | 
						tag that identifies the contents of the payload.  | 
					
Discussion
Declared In
FMWebSync.h
– setDataBytes:
	- (void)setDataBytes:(NSMutableData *)valueDiscussion
Declared In
FMWebSync.h
– setDataJson:
	- (void)setDataJson:(NSString *)valueDiscussion
Declared In
FMWebSync.h
– setOnComplete:
	- (void)setOnComplete:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
– setOnCompleteBlock:
	- (void)setOnCompleteBlock:(void ( ^ ) ( FMWebSyncServiceCompleteArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
– setOnFailure:
	- (void)setOnFailure:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
– setOnFailureBlock:
	- (void)setOnFailureBlock:(void ( ^ ) ( FMWebSyncServiceFailureArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
– setOnSuccess:
	- (void)setOnSuccess:(FMCallback *)valueDiscussion
Declared In
FMWebSync.h
– setOnSuccessBlock:
	- (void)setOnSuccessBlock:(void ( ^ ) ( FMWebSyncServiceSuccessArgs *))valueBlockDiscussion
Declared In
FMWebSync.h
– tag
	- (NSString *)tagDiscussion
Declared In
FMWebSync.h