FMWebSyncServiceFailureArgs Class Reference

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

Overview

Arguments for service failure callbacks.

– channel

Gets the channel to which the data failed to be sent.

- (NSString *)channel

Discussion

Gets the channel to which the data failed to be sent.

Declared In

FMWebSync.h

– dataBytes

Gets the data that failed to be sent in binary format.

- (NSMutableData *)dataBytes

Discussion

Gets the data that failed to be sent in binary format.

Declared In

FMWebSync.h

– dataJson

Gets the data that failed to be sent in JSON format.

- (NSString *)dataJson

Discussion

Gets the data that failed to be 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