CaptureTipData
data class CaptureTipData(@DrawableRes() tipIcon: Int, @DrawableRes() iconFill: Int?, @StringRes() tipTitle: Int, @StringRes() tipDescription: Int) : Parcelable
Content copied to clipboard
Parcelable data class used to define tips as displayed in the CaptureTipsActivity.
Parameters
tipIcon
DrawableRes of the icon displayed.
iconFill
DrawableRes used to overlay the icon to apply colour or design.
tipTitle
StringRes for the title displayed for the tip.
tipDescription
StringRes of the description displayed for the tip.
Constructors
CaptureTipData
Link copied to clipboard
fun CaptureTipData(@DrawableRes() tipIcon: Int, @DrawableRes() iconFill: Int? = R.drawable.sb__tips_gradient_icon_fill, @StringRes() tipTitle: Int, @StringRes() tipDescription: Int)
Content copied to clipboard
DrawableRes of the icon displayed.