FMWebSyncDisconnectArgs Class Reference

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

Overview

Arguments for client disconnect requests.

– init

- (id)init

Declared In

FM.h

– onComplete

Gets the callback to invoke after the disconnection is complete.

- (FMCallback *)onComplete

Discussion

Gets the callback to invoke after the disconnection is complete.

Declared In

FMWebSync.h

– setOnComplete:

Sets the callback to invoke after the disconnection is complete.

- (void)setOnComplete:(FMCallback *)value

Discussion

Sets the callback to invoke after the disconnection is complete.

Declared In

FMWebSync.h

– setOnCompleteBlock:

Sets the callback to invoke after the disconnection is complete.

- (void)setOnCompleteBlock:(void ( ^ ) ( FMWebSyncDisconnectCompleteArgs *))valueBlock

Discussion

Sets the callback to invoke after the disconnection is complete.

Declared In

FMWebSync.h