FMWebSyncMessageRequestCreatedArgs Class Reference

Inherits from NSObject
Declared in FMWebSync.h

Overview

Arguments passed into callbacks when a message request is created.

– requests

Gets the outgoing messages about to be sent to the server.

- (NSMutableArray *)requests

Discussion

Gets the outgoing messages about to be sent to the server.

Declared In

FMWebSync.h

– sender

Gets the sender of the request, either a client or publisher.

- (NSObject *)sender

Discussion

Gets the sender of the request, either a client or publisher.

Declared In

FMWebSync.h