Skip to content

Instantly share code, notes, and snippets.

@gcherubini
Created February 1, 2021 20:43
Show Gist options
  • Save gcherubini/83a023fb3106020c01fd09530ed1166f to your computer and use it in GitHub Desktop.
Save gcherubini/83a023fb3106020c01fd09530ed1166f to your computer and use it in GitHub Desktop.
Classe extra que é passada para a atividade reutilizável, que tem a finalidade de customizar a tela de acordo com estes dados
@Parcelize
data class ReusableActivityExtra(
val title: String,
val description: String,
val buttonText: String,
val viewType: ReusableScreenType? = null
) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment