Titanium.App.Properties.fireEvent

Function of Titanium.App.Properties. Inherited from Titanium.Proxy.
Platform Since
Android 0.5
iPhone 0.5
iPad 0.5
Mobile Web 1.8

Summary

Fires a synthesized event to any registered listeners.

Arguments

Name Type Summary
name String

Name of the event.

event Dictionary

A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

Return Type

void