messageID property

dynamic messageID
getter/setter pair

Description: The unique ID that identifies this message.Use cases: Can be used to index other messages.Caution: When the developer actively creates a message, there is no need to modify this parameter.This parameter only has a value during callback.

Implementation

dynamic messageID;