Created
May 23, 2018 20:54
-
-
Save javipacheco/7d7ff6e75531fa1b78c32f2a93e43f84 to your computer and use it in GitHub Desktop.
Calling to ViewModel from Activity
This file contains 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
newsModel.dispatch(NewsGetItemsCommand()).unsafeRunAsyncWithException { | |
newsModel.notification(Notifications.NewsGetItemsNotification(it)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment