CaptureTipData

data class CaptureTipData(@DrawableRes val tipIcon: Int, @AttrRes val iconTint: Int? = R.attr.sb__colourOnSurfaceFocus, @StringRes val tipTitle: Int, @StringRes val tipDescription: Int) : Parcelable

Parcelable data class used to define tips as displayed in the CaptureTipsActivity.

Parameters

tipIcon

DrawableRes of the icon displayed.

iconTint

Theme element used to overlay the icon to apply colour.

tipTitle

StringRes for the title displayed for the tip.

tipDescription

StringRes of the description displayed for the tip.

Constructors

Link copied to clipboard
constructor(@DrawableRes tipIcon: Int, @AttrRes iconTint: Int? = R.attr.sb__colourOnSurfaceFocus, @StringRes tipTitle: Int, @StringRes tipDescription: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard