HelpDataTagged

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. All these data will be retrieved from an XML file containing these IDs and tags which describe when the corresponding resource should be used.

Constructors

HelpDataTagged
Link copied to clipboard
fun HelpDataTagged(titleResourceId: String? = null, stringResourceId: String? = null, imageResourceId: String? = null, tagList: List<FragmentStatus>)

Properties

imageResourceId
Link copied to clipboard
val imageResourceId: String? = null
titleResourceId, stringResourceId and imageResourceId contain the IDs of the corresponding string and image resources which will be visible to the user if there is a suitable tag included in the tagList
stringResourceId
Link copied to clipboard
val stringResourceId: String? = null
titleResourceId, stringResourceId and imageResourceId contain the IDs of the corresponding string and image resources which will be visible to the user if there is a suitable tag contained in the tagList
tagList
Link copied to clipboard
val tagList: List<FragmentStatus>
tagList contains all tags of the corresponding resources.
titleResourceId
Link copied to clipboard
val titleResourceId: String? = null
titleResourceId, stringResourceId and imageResourceId contain the IDs of the corresponding string and image resources which will be visible to the user if there is a suitable tag contained in the tagList