FMWebSyncPublication Class Reference
| Inherits from | FMWebSyncBaseMessage : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject |
|---|---|
| Declared in | FMWebSync.h |
– channel
- (NSString *)channelDiscussion
Declared In
FMWebSync.h
+ fromJsonMultipleWithPublicationsJson:
+ (NSMutableArray *)fromJsonMultipleWithPublicationsJson:(NSString *)publicationsJsonParameters
name="publicationsJson">A |
JSON string to deserialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ fromJsonWithPublicationJson:
+ (FMWebSyncPublication *)fromJsonWithPublicationJson:(NSString *)publicationJsonParameters
name="publicationJson">A |
JSON string to deserialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ fromMessagesWithMessages:
+ (NSMutableArray *)fromMessagesWithMessages:(NSMutableArray *)messagesParameters
name="messages">The |
messages.
|
|---|
Discussion
Declared In
FMWebSync.h
+ fromMessages:
+ (NSMutableArray *)fromMessages:(NSMutableArray *)messagesParameters
name="messages">The |
messages.
|
|---|
Discussion
Declared In
FMWebSync.h
+ fromMessageWithMessage:
+ (FMWebSyncPublication *)fromMessageWithMessage:(FMWebSyncMessage *)messageParameters
name="message">The |
message.
|
|---|
Discussion
Declared In
FMWebSync.h
+ fromMessage:
+ (FMWebSyncPublication *)fromMessage:(FMWebSyncMessage *)messageParameters
name="message">The |
message.
|
|---|
Discussion
Declared In
FMWebSync.h
– initWithChannel:
- (id)initWithChannel:(NSString *)channelParameters
name="channel">The |
channel to target. |
|---|
Discussion
Declared In
FMWebSync.h
– initWithChannel:dataBytes:
- (id)initWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytesParameters
name="channel">The |
channel to target. |
|---|---|
name="dataBytes">The |
data to send (in binary format). |
Discussion
Declared In
FMWebSync.h
– initWithChannel:dataBytes:tag:
- (id)initWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="channel">The |
channel to target. |
|---|---|
name="dataBytes">The |
data to send (in binary format). |
name="tag">The |
tag that identifies the contents of the payload. |
Discussion
Declared In
FMWebSync.h
– initWithChannel:dataJson:
- (id)initWithChannel:(NSString *)channel dataJson:(NSString *)dataJsonParameters
name="channel">The |
channel to target. |
|---|---|
name="dataJson">The |
data to send (in JSON format). |
Discussion
Declared In
FMWebSync.h
– initWithChannel:dataJson:tag:
- (id)initWithChannel:(NSString *)channel dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="channel">The |
channel to target. |
|---|---|
name="dataJson">The |
data to send (in JSON format). |
name="tag">The |
tag that identifies the contents of the payload. |
Discussion
Declared In
FMWebSync.h
+ publication
+ (FMWebSyncPublication *)publicationDiscussion
Declared In
FMWebSync.h
+ publicationWithChannel:
+ (FMWebSyncPublication *)publicationWithChannel:(NSString *)channelParameters
name="channel">The |
channel to target. |
|---|
Discussion
Declared In
FMWebSync.h
+ publicationWithChannel:dataBytes:
+ (FMWebSyncPublication *)publicationWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytesParameters
name="channel">The |
channel to target. |
|---|---|
name="dataBytes">The |
data to send (in binary format). |
Discussion
Declared In
FMWebSync.h
+ publicationWithChannel:dataBytes:tag:
+ (FMWebSyncPublication *)publicationWithChannel:(NSString *)channel dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="channel">The |
channel to target. |
|---|---|
name="dataBytes">The |
data to send (in binary format). |
name="tag">The |
tag that identifies the contents of the payload. |
Discussion
Declared In
FMWebSync.h
+ publicationWithChannel:dataJson:
+ (FMWebSyncPublication *)publicationWithChannel:(NSString *)channel dataJson:(NSString *)dataJsonParameters
name="channel">The |
channel to target. |
|---|---|
name="dataJson">The |
data to send (in JSON format). |
Discussion
Declared In
FMWebSync.h
+ publicationWithChannel:dataJson:tag:
+ (FMWebSyncPublication *)publicationWithChannel:(NSString *)channel dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="channel">The |
channel to target. |
|---|---|
name="dataJson">The |
data to send (in JSON format). |
name="tag">The |
tag that identifies the contents of the payload. |
Discussion
Declared In
FMWebSync.h
– tag
- (NSString *)tagDiscussion
Declared In
FMWebSync.h
– toJson
- (NSString *)toJsonDiscussion
Declared In
FMWebSync.h
+ toJsonMultipleWithPublications:
+ (NSString *)toJsonMultipleWithPublications:(NSMutableArray *)publicationsParameters
name="publications">A |
list of publications to serialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ toJsonWithPublication:
+ (NSString *)toJsonWithPublication:(FMWebSyncPublication *)publicationParameters
name="publication">A |
publication to serialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ toMessagesWithPublications:
+ (NSMutableArray *)toMessagesWithPublications:(NSMutableArray *)publicationsParameters
name="publications">The |
publications.
|
|---|
Discussion
Declared In
FMWebSync.h
+ toMessageWithPublication:
+ (FMWebSyncMessage *)toMessageWithPublication:(FMWebSyncPublication *)publicationParameters
name="publication">The |
publication.
|
|---|
Discussion
Declared In
FMWebSync.h