Help Data Tagged
data class HelpDataTagged(titleResourceId: String?, stringResourceId: String?, imageResourceId: String?, tagList: List<FragmentStatus>)
Content copied to clipboard
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>)
Content copied to clipboard
Properties
imageResourceId
Link copied to clipboard
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
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
titleResourceId
Link copied to clipboard
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