Interface ChannelListView.ChannelLongClickListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean onLongClick(Channel channel) Called when a channel has been clicked and held.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.