CaptureTipData

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

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.