public class LongClickEvent extends Object
View.OnLongClickListener#onLongClick(View)
- implementations should return true if they consumed the long click and false otherwise.
An example of the correct usage is:
{@code
Modifier and Type | Field and Description |
---|---|
View |
view |
Constructor and Description |
---|
LongClickEvent() |