Package com.tomtom.tools.android.api.uicontrols.informationcontrol

Types

Link copied to clipboard
class TtInformationControl @JvmOverloads constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : ConstraintLayout

A reusable UI control that can be used for displaying information.

Link copied to clipboard
data class TtInformationControlViewModel(headImage: ImageDescriptor?, primaryTextArea: TtInformationControlViewModel.TextAreaViewModel, secondaryTextArea: TtInformationControlViewModel.TextAreaViewModel, tertiaryTextArea: TtInformationControlViewModel.TextAreaViewModel, onClick: () -> Unit?, ratingBarValue: Float?, ratingBarMaximumValue: Int, ratingBarText: StringResolver?, tailText: StringResolver?, tailIcon: DrawableResolver?, onTailSectionClick: () -> Unit?)

The ViewModel used to populate TtInformationControl.