FMWebSyncNotification Class Reference
| Inherits from | FMWebSyncBaseMessage : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject |
|---|---|
| Declared in | FMWebSync.h |
– clientId
- (FMGuid *)clientIdDiscussion
Declared In
FMWebSync.h
+ fromJsonMultipleWithNotificationsJson:
+ (NSMutableArray *)fromJsonMultipleWithNotificationsJson:(NSString *)notificationsJsonParameters
name="notificationsJson">A |
JSON string to deserialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ fromJsonWithNotificationJson:
+ (FMWebSyncNotification *)fromJsonWithNotificationJson:(NSString *)notificationJsonParameters
name="notificationJson">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:
+ (FMWebSyncNotification *)fromMessageWithMessage:(FMWebSyncMessage *)messageParameters
name="message">The |
message.
|
|---|
Discussion
Declared In
FMWebSync.h
+ fromMessage:
+ (FMWebSyncNotification *)fromMessage:(FMWebSyncMessage *)messageParameters
name="message">The |
message.
|
|---|
Discussion
Declared In
FMWebSync.h
– init
- (id)initDiscussion
Declared In
FMWebSync.h
– initWithClientId:
- (id)initWithClientId:(FMGuid *)clientIdParameters
name="clientId">The |
client ID to target. |
|---|
Discussion
Declared In
FMWebSync.h
– initWithClientId:dataBytes:
- (id)initWithClientId:(FMGuid *)clientId dataBytes:(NSMutableData *)dataBytesParameters
name="dataBytes">The |
data to send (in binary format). |
|---|---|
name="clientId">The |
client ID to target. |
Discussion
Declared In
FMWebSync.h
– initWithClientId:dataBytes:tag:
- (id)initWithClientId:(FMGuid *)clientId dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="tag">The |
tag that identifies the contents of the payload. |
|---|---|
name="dataBytes">The |
data to send (in binary format). |
name="clientId">The |
client ID to target. |
Discussion
Declared In
FMWebSync.h
– initWithClientId:dataJson:
- (id)initWithClientId:(FMGuid *)clientId dataJson:(NSString *)dataJsonParameters
name="dataJson">The |
data to send (in JSON format). |
|---|---|
name="clientId">The |
client ID to target. |
Discussion
Declared In
FMWebSync.h
– initWithClientId:dataJson:tag:
- (id)initWithClientId:(FMGuid *)clientId dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="dataJson">The |
data to send (in JSON format). |
|---|---|
name="tag">The |
tag that identifies the contents of the payload. |
name="clientId">The |
client ID to target. |
Discussion
Declared In
FMWebSync.h
+ notification
+ (FMWebSyncNotification *)notificationDiscussion
Declared In
FMWebSync.h
+ notificationWithClientId:
+ (FMWebSyncNotification *)notificationWithClientId:(FMGuid *)clientIdParameters
name="clientId">The |
client ID to target. |
|---|
Discussion
Declared In
FMWebSync.h
+ notificationWithClientId:dataBytes:
+ (FMWebSyncNotification *)notificationWithClientId:(FMGuid *)clientId dataBytes:(NSMutableData *)dataBytesParameters
name="dataBytes">The |
data to send (in binary format). |
|---|---|
name="clientId">The |
client ID to target. |
Discussion
Declared In
FMWebSync.h
+ notificationWithClientId:dataBytes:tag:
+ (FMWebSyncNotification *)notificationWithClientId:(FMGuid *)clientId dataBytes:(NSMutableData *)dataBytes tag:(NSString *)tagParameters
name="tag">The |
tag that identifies the contents of the payload. |
|---|---|
name="dataBytes">The |
data to send (in binary format). |
name="clientId">The |
client ID to target. |
Discussion
Declared In
FMWebSync.h
+ notificationWithClientId:dataJson:
+ (FMWebSyncNotification *)notificationWithClientId:(FMGuid *)clientId dataJson:(NSString *)dataJsonParameters
name="dataJson">The |
data to send (in JSON format). |
|---|---|
name="clientId">The |
client ID to target. |
Discussion
Declared In
FMWebSync.h
+ notificationWithClientId:dataJson:tag:
+ (FMWebSyncNotification *)notificationWithClientId:(FMGuid *)clientId dataJson:(NSString *)dataJson tag:(NSString *)tagParameters
name="dataJson">The |
data to send (in JSON format). |
|---|---|
name="tag">The |
tag that identifies the contents of the payload. |
name="clientId">The |
client ID to target. |
Discussion
Declared In
FMWebSync.h
– setClientId:
- (void)setClientId:(FMGuid *)valueDiscussion
Declared In
FMWebSync.h
– tag
- (NSString *)tagDiscussion
Declared In
FMWebSync.h
– toJson
- (NSString *)toJsonDiscussion
Declared In
FMWebSync.h
+ toJsonMultipleWithNotifications:
+ (NSString *)toJsonMultipleWithNotifications:(NSMutableArray *)notificationsParameters
name="notifications">A |
list of notifications to serialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ toJsonWithNotification:
+ (NSString *)toJsonWithNotification:(FMWebSyncNotification *)notificationParameters
name="notification">A |
notification to serialize.
|
|---|
Discussion
Declared In
FMWebSync.h
+ toMessagesWithNotifications:
+ (NSMutableArray *)toMessagesWithNotifications:(NSMutableArray *)notificationsParameters
name="notifications">The |
notifications.
|
|---|
Discussion
Declared In
FMWebSync.h
+ toMessageWithNotification:
+ (FMWebSyncMessage *)toMessageWithNotification:(FMWebSyncNotification *)notificationParameters
name="notification">The |
notification.
|
|---|
Discussion
Declared In
FMWebSync.h