| Platform | Since |
|---|---|
| Android | 0.9 |
Fired when the device detects a long click.
A long click is generated by the user touching and holding on a touchscreen or, in the case of a trackball, holding down the button. The event occurs before the finger/button is lifted up again. If you have a longclick listener then the click event will not occur when you lift the finger/button after a long click.
| Name | Type | Summary |
|---|---|---|
| source | Object |
Source object that fired the event. |
| type | String |
Name of the event fired. |