Skip to content

Instantly share code, notes, and snippets.

@VovaStelmashchuk
Last active September 12, 2019 17:13
Show Gist options
  • Select an option

  • Save VovaStelmashchuk/e467ce0e727e59ec168a236c329c8bcb to your computer and use it in GitHub Desktop.

Select an option

Save VovaStelmashchuk/e467ce0e727e59ec168a236c329c8bcb to your computer and use it in GitHub Desktop.
interface SomeViewInterface : MvpView {
...
@StateStrategyType(AddToEndSingleStrategy::class)
fun showSomeData(someData : Foo)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment