Interface ChannelListView.ChannelOptionIconProvider

    • 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 Drawable invoke(Channel channel) Called to provide option's icon for the specified channel.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • invoke

         abstract Drawable invoke(Channel channel)

        Called to provide option's icon for the specified channel.

        Returns:

        Drawable which overrides ChannelListViewStyle values.