Interface ChannelListFragment.ChannelListItemClickListener
-
- All Implemented Interfaces:
public interface ChannelListFragment.ChannelListItemClickListenerClick listener for channel item clicks. Navigates to MessageListActivity by default.
Note: Implement the click listener in parent Fragment or Activity to override the default behavior.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonChannelClick(Channel channel)-
-
Method Detail
-
onChannelClick
abstract Unit onChannelClick(Channel channel)
-
-
-
-