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
      • Ti.App.fireEvent('loggedInAsUDID')
    • Microsoft Events
    • Oracle Events
    • SAP Events
    • PDF Sender Events
    • Secure Area Events
    • Playlist Events
    • Planning Events
    • Planning MSD Events
    • Presentation Order Events
    • Tester Events
    • Start Application Events
    • Stats Events
    • Notes
  • Files
  • Handling Instance
  • State management
  • Utils

# Login Events

These events are in login.js file.

# Ti.App.fireEvent('loggedInAsUDID')

Fired after user logged in with UDID. This event simply quits if no login window is visible.

Example:

Ti.App.fireEvent('loggedInAsUDID', {
  udid: 'myDeviceUDID'
})
  • udid - device udid information.

← Google Maps Events Microsoft Events →