Interface MessageListFragment.BackPressListener
-
- All Implemented Interfaces:
public interface MessageListFragment.BackPressListenerClick listener for the navigation button in the header. Finishes Activity 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 UnitonBackPress()-
-
Method Detail
-
onBackPress
abstract Unit onBackPress()
-
-
-
-