Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.07 KB

ACMessageOut.md

File metadata and controls

20 lines (16 loc) · 1.07 KB

ACMessageOut

Properties

Name Type Description Notes
data NSDictionary<NSString, NSObject>*** Message Payload. [optional]
cid NSString* Confirmation ID. [optional]
ddid NSString* Destination Device ID. [optional]
sdid NSString* Source Device ID. [optional]
ts NSNumber* Timestamp (past, present or future). Defaults to current time if not provided. [optional]
type NSString* Type. [optional] [default to @"message"]
mid NSString* Message ID. [optional]
uid NSString* User ID. [optional]
sdtid NSString* Source Device Type ID. [optional]
cts NSNumber* Created Timestamp (past, present or future). Defaults to current time if not provided. [optional]
mv NSNumber* Manifest Version. [optional]

[Back to Model list] [Back to API list] [Back to README]