# Tester Events
These events are in tester.js
file.
# Ti.App.fireEvent('startedTestingPDF')
Empty, no further explanations.
Example:
Ti.App.fireEvent('startedTestingPDF', e)
# Ti.App.fireEvent('startedTesting')
Testing for closing PDF and moving presentation.
One can easily add more methods for testing: Currently, only two methods closePDF
and movePresentation
are present.
Example:
Ti.App.fireEvent('startedTesting', e)