| 1 |
( |
|---|
| 2 |
{ |
|---|
| 3 |
MVChatActionIdentifier = MVChatMemberJoinedRoomAction; |
|---|
| 4 |
MVChatActionTitle = "Member joined chat room"; |
|---|
| 5 |
}, { |
|---|
| 6 |
MVChatActionIdentifier = MVChatMemberLeftRoomAction; |
|---|
| 7 |
MVChatActionTitle = "Member left chat room"; |
|---|
| 8 |
}, { |
|---|
| 9 |
MVChatActionIdentifier = MVChatMemberKickedAction; |
|---|
| 10 |
MVChatActionTitle = "Member kicked from room"; |
|---|
| 11 |
}, { |
|---|
| 12 |
MVChatActionIdentifier = MVChatMemberPromotedAction; |
|---|
| 13 |
MVChatActionTitle = "Member promoted in room"; |
|---|
| 14 |
}, { |
|---|
| 15 |
MVChatActionIdentifier = MVChatMemberDemotedAction; |
|---|
| 16 |
MVChatActionTitle = "Member demoted in room"; |
|---|
| 17 |
}, { |
|---|
| 18 |
MVChatActionIdentifier = MVChatMemberVoicedAction; |
|---|
| 19 |
MVChatActionTitle = "Member voiced in room"; |
|---|
| 20 |
}, { |
|---|
| 21 |
MVChatActionIdentifier = MVChatMemberDevoicedAction; |
|---|
| 22 |
MVChatActionTitle = "Member devoiced in room"; |
|---|
| 23 |
}, { |
|---|
| 24 |
MVChatActionIdentifier = MVChatFisrtMessageAction; |
|---|
| 25 |
MVChatActionTitle = "First private message"; |
|---|
| 26 |
}, { |
|---|
| 27 |
MVChatActionIdentifier = MVChatAdditionalMessagesAction; |
|---|
| 28 |
MVChatActionTitle = "Additional private messages"; |
|---|
| 29 |
}, { |
|---|
| 30 |
MVChatActionIdentifier = MVChatMentionedAction; |
|---|
| 31 |
MVChatActionTitle = "Someone mentioned you"; |
|---|
| 32 |
}, { |
|---|
| 33 |
MVChatActionIdentifier = MVChatInlineMessageBeepAction; |
|---|
| 34 |
MVChatActionTitle = "Message beeps"; |
|---|
| 35 |
}, { |
|---|
| 36 |
MVChatActionIdentifier = MVChatFriendOnlineAction; |
|---|
| 37 |
MVChatActionTitle = "Friend came online"; |
|---|
| 38 |
}, { |
|---|
| 39 |
MVChatActionIdentifier = MVChatFriendOfflineAction; |
|---|
| 40 |
MVChatActionTitle = "Friend went offline"; |
|---|
| 41 |
} |
|---|
| 42 |
) |
|---|