HelpData

data class HelpData(@StringRes() titleResourceId: Int, @StringRes() stringResourceId: Int, @DrawableRes() imageResourceId: Int?)

Properties

imageResourceId
Link copied to clipboard
val imageResourceId: Int? = null
stringResourceId
Link copied to clipboard
val stringResourceId: Int
titleResourceId
Link copied to clipboard
val titleResourceId: Int