abstract class
Make your base Fragment class extend this to get MvRx functionality. |
|
abstract class BaseMvRxViewModel<S : MvRxState> : MavericksViewModel<S>
Base ViewModel implementation that all other ViewModels should extend. |
|
interface MvRxView : MavericksView
Implement this in your MvRx capable Fragment. |