Skip to content

Instantly share code, notes, and snippets.

@javipacheco
Created May 23, 2018 20:57
Show Gist options
  • Save javipacheco/72c3e70865da6a7a06c46c5427b352cf to your computer and use it in GitHub Desktop.
Save javipacheco/72c3e70865da6a7a06c46c5427b352cf to your computer and use it in GitHub Desktop.
Notifications
sealed class Notifications() {
// Main
data class NewsGetItemsNotification(val ex: Throwable) : Notifications()
// Navigation
data class NavigationNotification(val ex: Throwable) : Notifications()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment