| name | data type | constraints | description |
|---|---|---|---|
| senderid | string | ||
| type | NotificationType | ||
| senderFullName | string | ||
| subjectid | string | ||
| time | number | ||
| userid | string | ||
| read | boolean | required boolean | |
| key | string | ||
| description | string | ||
| senderThumbnail | string | ||
| commentKey | string | ||
| uri | string |
Example
{
"senderid" : "...",
"type" : "LIKE",
"senderFullName" : "...",
"subjectid" : "...",
"time" : 12345,
"userid" : "...",
"read" : true,
"key" : "...",
"description" : "...",
"senderThumbnail" : "...",
"commentKey" : "...",
"uri" : "..."
}