FMWebSyncBindFailureArgs Class Reference

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

Overview

Arguments for bind failure callbacks.

– init

- (id)init

Declared In

FM.h

– isRebind

Gets whether the bind call was automatically invoked following a stream failure.

- (bool)isRebind

Discussion

Gets whether the bind call was automatically invoked following a stream failure.

Declared In

FMWebSync.h

– key

Gets the record key to which the client failed to be bound. Overrides , , and .

- (NSString *)key

Discussion

Gets the record key to which the client failed to be bound. Overrides , , and .

Declared In

FMWebSync.h

– keys

Gets the record keys to which the client failed to be bound. Overrides , , and .

- (NSMutableArray *)keys

Discussion

Gets the record keys to which the client failed to be bound. Overrides , , and .

Declared In

FMWebSync.h

– record

Gets the record to which the client failed to be bound. Overrides , , and .

- (FMWebSyncRecord *)record

Discussion

Gets the record to which the client failed to be bound. Overrides , , and .

Declared In

FMWebSync.h

– records

Gets the records to which the client failed to be bound. Overrides , , and .

- (NSMutableArray *)records

Discussion

Gets the records to which the client failed to be bound. Overrides , , and .

Declared In

FMWebSync.h