Rate this page:

MessengerAction

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

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

Consts

AddParticipants

Copy URL
AddParticipants: 

CreateConversation

Copy URL
CreateConversation: 

EditConversation

Copy URL
EditConversation: 

EditMessage

Copy URL
EditMessage: 

EditParticipants

Copy URL
EditParticipants: 

EditUser

Copy URL
EditUser: 

GetConversation

Copy URL
GetConversation: 

GetConversations

Copy URL
GetConversations: 

GetPublicConversations

Copy URL
GetPublicConversations: 

GetSubscriptionList

Copy URL
GetSubscriptionList: 

GetUser

Copy URL
GetUser: 

GetUsers

Copy URL
GetUsers: 

IsRead

Copy URL
IsRead: 

JoinConversation

Copy URL
JoinConversation: 

LeaveConversation

Copy URL
LeaveConversation: 

ManageNotifications

Copy URL
ManageNotifications: 

RemoveConversation

Copy URL
RemoveConversation: 

RemoveMessage

Copy URL
RemoveMessage: 

RemoveParticipants

Copy URL
RemoveParticipants: 

RetransmitEvents

Copy URL
RetransmitEvents: 

SendMessage

Copy URL
SendMessage: 

SetStatus

Copy URL
SetStatus: 

Subscribe

Copy URL
Subscribe: 

TypingMessage

Copy URL
TypingMessage: 

Unknown

Copy URL
Unknown: 

Unsubscribe

Copy URL
Unsubscribe: