Skip to content

Instantly share code, notes, and snippets.

@n8ebel
Created January 25, 2018 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8ebel/e4f7243ac0d5200a8564b5405387b894 to your computer and use it in GitHub Desktop.
Save n8ebel/e4f7243ac0d5200a8564b5405387b894 to your computer and use it in GitHub Desktop.
ToastData PublishSubject on a BaseViewModel
val toastPub:PublishSubject<ToastData> = PublishSubject.create()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment