Titanium.UI.Notification.touchstart

Event of Titanium.UI.Notification. Inherited from Titanium.UI.View.
Platform Since
Android 0.8

Summary

Fired as soon as the device detects a touch gesture.

Properties

Properties of the object passed to the event callback:
Name Type Summary
globalPoint

Deprecated Dictionary with properties x and y describing the location of the event in screen coordinates.

source Object

Source object that fired the event.

type String

Name of the event fired.

x Number

X coordinate of the event, in the source view's coordinates.

y Number

Y coordinate of the event, in the source view's coordinates.