|
Messenger Plus! Live - Scripting Documentation
Events Reference - Messenger Plus! EventsToastCallbackTemplateToastCallbackTemplate is a template showing how to define an event handler for a "click" event happening in a toast created with MsgPlus::DisplayToast or MsgPlus::DisplayToastContact. The handler can have any function name and many different handlers can be defined for toasts. Syntax
Parameters
Return ValueNo value has to be returned by this event. RemarksThe handler is never called if the user does not click on the toast before it disappears. ExampleA toast is displayed with the following call:
When the user clicks on the toast, the event is handled by the following handler.
Event Information
See AlsoMessenger Plus! Events, MsgPlus::DisplayToast, MsgPlus::DisplayToastContact. SponsorLinksScripts文档目录 脚本库 FAQ |