InternalMessagePostSendEvent
interface InternalMessagePostSendEvent : InternalNotificationEvent, InternalMessageInteractionEvent(source)
针对消息发送 (例如 SendSupport.send 或 ReplySupport.reply ) 成功后的内部通知事件。 会在相关API执行成功后带着它的相关结果进行异步通知。
注意:尽可能避免在处理此事件的时候再次进行消息发送, 以避免出现循环导致应用程序资源匮乏或无法正常运行。
Since
4.11.0
Inheritors
Properties
Link copied to clipboard
在消息发送时 (例如 SendSupport.send 或 ReplySupport.reply ) 实际传递的参数。
Link copied to clipboard
消息发送 (例如 SendSupport.send 或 ReplySupport.reply ) 成功后的结果。
Inherited properties
Link copied to clipboard
进行消息交互的实体。 实体取决于当前被拦截的主要源目标, 例如一个 SendSupport (参考 SendSupportInteractionEvent) 或一个 ReplySupport (参考 ReplySupportInteractionEvent)。