Skip to content

Instantly share code, notes, and snippets.

@gcherubini
Created February 1, 2021 20:49
Show Gist options
  • Save gcherubini/a1a2fba567862efb2f5fc22e0ef16136 to your computer and use it in GitHub Desktop.
Save gcherubini/a1a2fba567862efb2f5fc22e0ef16136 to your computer and use it in GitHub Desktop.
Classe que representa os dados de resultado da atividade reutilizável
@Parcelize
data class ReusableResultExtra(
val inputtedText: String?,
val screenType: ReusableScreenType
) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment