FMWebSyncNotifySuccessArgs Class Reference

Inherits from FMWebSyncBaseSuccessArgs : FMWebSyncBaseOutputArgs : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject
Declared in FMWebSync.h

Overview

Arguments for notify success callbacks.

– clientId

Gets the client ID to which the data was sent.

- (FMGuid *)clientId

Discussion

Gets the client ID to which the data was sent.

Declared In

FMWebSync.h

– dataBytes

Gets the data that was sent in binary format.

- (NSMutableData *)dataBytes

Discussion

Gets the data that was sent in binary format.

Declared In

FMWebSync.h

– dataJson

Gets the data that was sent in JSON format.

- (NSString *)dataJson

Discussion

Gets the data that was sent in JSON format.

Declared In

FMWebSync.h

– init

- (id)init

Declared In

FM.h

– isBinary

Gets whether or not the data is binary.

- (bool)isBinary

Discussion

Gets whether or not the data is binary.

Declared In

FMWebSync.h

– tag

Gets the tag that identifies the contents of the payload.

- (NSString *)tag

Discussion

Gets the tag that identifies the contents of the payload.

Declared In

FMWebSync.h