메소드 |
설명 |
|
add ( string $Recipient = '', string $Subject = '' ) |
Start a new conversation. |
|
addMessage ( integer $ConversationID = '' ) |
Add a message to a conversation. |
|
all ( string $Page = '' ) |
Show all conversations for the currently authenticated user. |
|
bookmark ( integer $ConversationID = '', string $TransientKey = '' ) |
Allows users to bookmark conversations. |
|
clear ( integer $ConversationID = false, string $TransientKey = '' ) |
Clear the message history for a specific conversation & user. |
|
getNew ( $ConversationID, null $LastMessageID = null ) |
|
|
inbox ( string $Page = '' ) |
Show bookmarked conversations for the current user. |
|
index ( integer $ConversationID = false, integer $Offset, integer $Limit = '' ) |
Shows all uncleared messages within a conversation for the viewing user |
|
initialize ( ) |
Highlight route and include JS, CSS, and modules used by all methods. |
|
leave ( integer $conversationID ) |
Leave a conversation that a user is participating in. |
|
popin ( ) |
|
|