Pitcher JavaScript Platform Pitcher JavaScript Platform
Core
Pitcherify
i18n
Guides
Contributing
Github (opens new window)
Core
Pitcherify
i18n
Guides
Contributing
Github (opens new window)
  • Introduction
  • Config Store
  • Accounts Contacts Store
  • Database Actions
  • Events and Ti.App

    • fireEvent()
    • Ti.App All Events
    • Basic Events
    • Salesforce Events
    • Slideshow Events
    • Translation Events
    • Application Events
    • Split View Navigation Events
    • Split View Navigation (Portrait) Events
    • BJ Listener Events
    • BJ Sender Events
    • Translator Events
    • Call Planning Events
    • Google Maps Events
    • Login Events
    • Microsoft Events
    • Oracle Events
    • SAP Events
    • PDF Sender Events
    • Secure Area Events
    • Playlist Events
    • Planning Events
    • Planning MSD Events
    • Presentation Order Events
    • Tester Events
      • Ti.App.fireEvent('startedTestingPDF')
      • Ti.App.fireEvent('startedTesting')
    • Start Application Events
    • Stats Events
    • Notes
  • Files
  • Handling Instance
  • State management
  • Utils

# 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)

← Presentation Order Events Start Application Events →