FMWebSyncUnbindFailureArgs Class Reference

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

Overview

Arguments for unbind failure callbacks.

– init

- (id)init

Declared In

FM.h

– key

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

- (NSString *)key

Discussion

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

Declared In

FMWebSync.h

– keys

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

- (NSMutableArray *)keys

Discussion

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

Declared In

FMWebSync.h

– record

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

- (FMWebSyncRecord *)record

Discussion

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

Declared In

FMWebSync.h

– records

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

- (NSMutableArray *)records

Discussion

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

Declared In

FMWebSync.h