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
AddParticipants: CreateConversation
CreateConversation: EditConversation
EditConversation: EditMessage
EditMessage: EditParticipants
EditParticipants: EditUser
EditUser: GetConversation
GetConversation: GetConversations
GetConversations: GetPublicConversations
GetPublicConversations: GetSubscriptionList
GetSubscriptionList: GetUser
GetUser: GetUsers
GetUsers: IsRead
IsRead: JoinConversation
JoinConversation: LeaveConversation
LeaveConversation: ManageNotifications
ManageNotifications: RemoveConversation
RemoveConversation: RemoveMessage
RemoveMessage: RemoveParticipants
RemoveParticipants: RetransmitEvents
RetransmitEvents: SendMessage
SendMessage: SetStatus
SetStatus: Subscribe
Subscribe: TypingMessage
TypingMessage: Unknown
Unknown: Unsubscribe
Unsubscribe: