Package de.tuchemnitz.armadillogin.data

Types

HelpData
Link copied to clipboard
data class HelpData(@StringRes() titleResourceId: Int, @StringRes() stringResourceId: Int, @DrawableRes() imageResourceId: Int?)
HelpDataTagged
Link copied to clipboard
data class HelpDataTagged(titleResourceId: String?, stringResourceId: String?, imageResourceId: String?, tagList: List<FragmentStatus>)
Data class for storing stringResourceId and imageResourceId of help resources and their category tags which are stored in a tagList.