CaptureTipData

fun CaptureTipData(@DrawableRes() tipIcon: Int, @DrawableRes() iconFill: Int? = R.drawable.sb__tips_gradient_icon_fill, @StringRes() tipTitle: Int, @StringRes() tipDescription: Int)

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.