Method | Description | |
---|---|---|
ChangeOptionsR ( |
Updates options on the client on success.
|
|
ChatBeginR ( Aura.Msgr.Database.User user, long sessionId, int friendId ) : void |
Notifies users about friend being offline.
|
|
ChatInviteR ( Aura.Msgr.Chat.ChatSession session, Aura.Msgr.Database.User user ) : void |
Notifies users about someone joining the chat.
|
|
ChatJoin ( Aura.Msgr.Database.User user, Aura.Msgr.Chat.ChatSession session ) : void |
Sends initial chat session information to user.
|
|
ChatLeave ( Aura.Msgr.Chat.ChatSession session, Aura.Msgr.Database.User user ) : void |
Notifies session user about user closing chat window.
|
|
ChatR ( Aura.Msgr.Chat.ChatSession session, int contactId, string message ) : void |
Broadcasts chat message in session.
|
|
FriendBlockR ( Aura.Msgr.Database.User user, bool success, int friendId ) : void |
Response to FriendBlock request.
|
|
FriendConfirm ( Aura.Msgr.Database.User user, Aura.Msgr.Database.User friend ) : void |
Sends live invitation from friend to user.
|
|
FriendInviteR ( |
Response to FriendInvite.
|
|
FriendListRequestR ( |
Sends friend list to client.
|
|
FriendOffline ( List |
Notifies users about friend being offline.
|
|
FriendOffline ( Aura.Msgr.Database.User user, Aura.Msgr.Database.User friend ) : void |
Notifies user about friend being offline.
|
|
FriendOnline ( List |
Notifies users about friend being online.
|
|
FriendOnline ( Aura.Msgr.Database.User user, Aura.Msgr.Database.User friend ) : void |
Notifies user about friend being online.
|
|
FriendOptionChanged ( List |
Updates user's status and nickname for all friends.
|
|
FriendUnblockR ( Aura.Msgr.Database.User user, bool success, int friendId ) : void |
Response to FriendUnblock request.
|
|
GroupList ( |
Sends group list to client.
|
|
GuildChatMsg ( Aura.Msgr.Database.User user, string sender, string msg ) : void |
Sends GuildChatMsg from sender to user's client.
|
|
GuildMemberListR ( |
Sends GuildMemberListR to client.
|
|
GuildMemberRemove ( |
Sends GuildMemberRemove to client.
|
|
GuildMemberState ( |
Sends GuildMemberState to client.
|
|
LoginR ( |
||
NoteListRequestR ( |
Sends note list to client.
|
|
ReadNoteR ( |
Sends note to client.
|
|
SendNoteR ( |
Sends note to client.
|
|
YouGotNote ( |
Sends note to client.
|
public static ChangeOptionsR ( |
||
client | ||
success | bool | |
return | void |
public static ChatBeginR ( Aura.Msgr.Database.User user, long sessionId, int friendId ) : void | ||
user | Aura.Msgr.Database.User | |
sessionId | long | |
friendId | int | |
return | void |
public static ChatInviteR ( Aura.Msgr.Chat.ChatSession session, Aura.Msgr.Database.User user ) : void | ||
session | Aura.Msgr.Chat.ChatSession | |
user | Aura.Msgr.Database.User | |
return | void |
public static ChatJoin ( Aura.Msgr.Database.User user, Aura.Msgr.Chat.ChatSession session ) : void | ||
user | Aura.Msgr.Database.User | |
session | Aura.Msgr.Chat.ChatSession | |
return | void |
public static ChatLeave ( Aura.Msgr.Chat.ChatSession session, Aura.Msgr.Database.User user ) : void | ||
session | Aura.Msgr.Chat.ChatSession | |
user | Aura.Msgr.Database.User | |
return | void |
public static ChatR ( Aura.Msgr.Chat.ChatSession session, int contactId, string message ) : void | ||
session | Aura.Msgr.Chat.ChatSession | |
contactId | int | |
message | string | |
return | void |
public static FriendBlockR ( Aura.Msgr.Database.User user, bool success, int friendId ) : void | ||
user | Aura.Msgr.Database.User | |
success | bool | |
friendId | int | Only required on success. |
return | void |
public static FriendConfirm ( Aura.Msgr.Database.User user, Aura.Msgr.Database.User friend ) : void | ||
user | Aura.Msgr.Database.User | |
friend | Aura.Msgr.Database.User | |
return | void |
public static FriendInviteR ( |
||
client | ||
result | FriendInviteResult | |
friend | Aura.Msgr.Database.Friend | Required for success, otherwise can be left null. |
return | void |
public static FriendListRequestR ( |
||
client | ||
friends | List |
|
return | void |
public static FriendOffline ( List |
||
users | List |
|
friend | Aura.Msgr.Database.User | |
return | void |
public static FriendOffline ( Aura.Msgr.Database.User user, Aura.Msgr.Database.User friend ) : void | ||
user | Aura.Msgr.Database.User | |
friend | Aura.Msgr.Database.User | |
return | void |
public static FriendOnline ( List |
||
users | List |
|
friend | Aura.Msgr.Database.User | |
return | void |
public static FriendOnline ( Aura.Msgr.Database.User user, Aura.Msgr.Database.User friend ) : void | ||
user | Aura.Msgr.Database.User | |
friend | Aura.Msgr.Database.User | |
return | void |
public static FriendOptionChanged ( List |
||
friends | List |
|
user | Aura.Msgr.Database.User | |
return | void |
public static FriendUnblockR ( Aura.Msgr.Database.User user, bool success, int friendId ) : void | ||
user | Aura.Msgr.Database.User | |
success | bool | |
friendId | int | Only required on success. |
return | void |
public static GroupList ( |
||
client | ||
groups | ICollection |
|
return | void |
public static GuildChatMsg ( Aura.Msgr.Database.User user, string sender, string msg ) : void | ||
user | Aura.Msgr.Database.User | |
sender | string | |
msg | string | |
return | void |
public static GuildMemberListR ( |
||
client | ||
guild | Guild | |
return | void |
public static GuildMemberRemove ( |
||
client | ||
contactId | int | |
return | void |
public static GuildMemberState ( |
||
client | ||
guild | Guild | |
member | ||
user | Aura.Msgr.Database.User | |
status | ContactStatus | |
return | void |
public static LoginR ( |
||
client | ||
result | LoginResult | |
return | void |
public static NoteListRequestR ( |
||
client | ||
notes | List |
Set to null for negative response. |
return | void |
public static ReadNoteR ( |
||
client | ||
note | Note | Set to null for negative response. |
return | void |
public static SendNoteR ( |
||
client | ||
return | void |
public static YouGotNote ( |
||
client | ||
note | Note | |
return | void |