Rate this page:

VIMessengerAction

Enum that represents actions that trigger messenger events. Each action is the reason for every triggered event.

For example, when the VIMessenger.onEditConversation event is invoked, users can inspect the exact reason of it via VIMessengerEvent.action. In case of editing a conversation, it will be one of the following:

Consts

addParticipants

Static
Copy URL

createConversation

Static
Copy URL

editConversation

Static
Copy URL

editMessage

Static
Copy URL

editParticipants

Static
Copy URL

editUser

Static
Copy URL

getConversation

Static
Copy URL

getConversations

Static
Copy URL

getPublicConversations

Static
Copy URL

getSubscriptions

Static
Copy URL

getUser

Static
Copy URL

getUsers

Static
Copy URL

joinConversation

Static
Copy URL

leaveConversation

Static
Copy URL

manageNotifications

Static
Copy URL

read

Static
Copy URL

removeConversation

Static
Copy URL

removeMessage

Static
Copy URL

removeParticipants

Static
Copy URL

retransmitEvents

Static
Copy URL

sendMessage

Static
Copy URL

setStatus

Static
Copy URL

subscribe

Static
Copy URL

typing

Static
Copy URL

unknown

Static
Copy URL

unsubscribe

Static
Copy URL