Namespace opensocial.Message.Type
The types of messages that can be sent.
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.Message.Type.EMAIL
An email.
|
| <static> |
opensocial.Message.Type.NOTIFICATION
A short private message.
|
| <static> |
opensocial.Message.Type.PRIVATE_MESSAGE
A message to a specific user that can be seen only by that user.
|
| <static> |
opensocial.Message.Type.PUBLIC_MESSAGE
A message to a specific user that can be seen by more than that user.
|
Field Detail
<static>
opensocial.Message.Type.EMAIL
An email.
<static>
opensocial.Message.Type.NOTIFICATION
A short private message.
<static>
opensocial.Message.Type.PRIVATE_MESSAGE
A message to a specific user that can be seen only by that user.
<static>
opensocial.Message.Type.PUBLIC_MESSAGE
A message to a specific user that can be seen by more than that user.