Created
February 28, 2021 13:33
-
-
Save raulh82vlc/8456846faf690ea6b198295764c344ff to your computer and use it in GitHub Desktop.
UIExtensionFunctions for the View
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun TweetsListFragmentUI.handleStates(uiState: TweetsUIState) { | |
when (uiState) { | |
is TweetsUIState.ListResultsUIState -> showResults(uiState.tweets) | |
// ... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment