Interface ChannelListFragment.HeaderUserAvatarClickListener
-
- All Implemented Interfaces:
public interface ChannelListFragment.HeaderUserAvatarClickListenerClick listener for the left button in the header represented by the avatar of the current user. Not implemented 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 UnitonUserAvatarClick()-
-
Method Detail
-
onUserAvatarClick
abstract Unit onUserAvatarClick()
-
-
-
-