FMWebSyncBaseOutputArgs Class Reference

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

Overview

Base output arguments for WebSync methods.

– client

Gets the active WebSync who made the request.

- (FMWebSyncClient *)client

Discussion

Gets the active WebSync who made the request.

Declared In

FMWebSync.h

– init

- (id)init

Declared In

FM.h

– setClient:

Sets the active WebSync who made the request.

- (void)setClient:(FMWebSyncClient *)value

Discussion

Sets the active WebSync who made the request.

Declared In

FMWebSync.h

– setTimestamp:

Sets the date/time the message was processed on the server (in UTC/GMT).

- (void)setTimestamp:(FMNullableDate *)value

Discussion

Sets the date/time the message was processed on the server (in UTC/GMT).

Declared In

FMWebSync.h

– timestamp

Gets the date/time the message was processed on the server (in UTC/GMT).

- (FMNullableDate *)timestamp

Discussion

Gets the date/time the message was processed on the server (in UTC/GMT).

Declared In

FMWebSync.h