Skip to content

Instantly share code, notes, and snippets.

@Nimrodda
Created March 19, 2019 11:32
Show Gist options
  • Save Nimrodda/d363c4230e80d066d33323e400a15e9e to your computer and use it in GitHub Desktop.
Save Nimrodda/d363c4230e80d066d33323e400a15e9e to your computer and use it in GitHub Desktop.
interface ViewModelAssistedFactory<T : ViewModel> {
fun create(handle: SavedStateHandle): T
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment