yaure
02-03-2010, 01:16 PM
Hi
I'm trying to implement sendQueuedPluginMessageToRoom()
For sending normal plugin messages I use the zoneId and roomId
sendPluginMessageToRoom(int zoneId, int roomId, EsObjectRO variables)
But the queued message seem different... what exactly do I need to pass in? what is the messageName?
sendQueuedPluginMessageToRoom(String messageName, EsObjectRO variable)
thanks
I'm trying to implement sendQueuedPluginMessageToRoom()
For sending normal plugin messages I use the zoneId and roomId
sendPluginMessageToRoom(int zoneId, int roomId, EsObjectRO variables)
But the queued message seem different... what exactly do I need to pass in? what is the messageName?
sendQueuedPluginMessageToRoom(String messageName, EsObjectRO variable)
thanks