Interface ChannelListView.ChannelLongClickListener
-
- All Implemented Interfaces:
public interface ChannelListView.ChannelLongClickListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChannelListView.ChannelLongClickListener.Companion
-
Method Summary
Modifier and Type Method Description abstract BooleanonLongClick(Channel channel)Called when a channel has been clicked and held. -
-
Method Detail
-
onLongClick
abstract Boolean onLongClick(Channel channel)
Called when a channel has been clicked and held.
- Returns:
True if the callback consumed the long click, false otherwise.
-
-
-
-