hasChipIcon

public <Error class: unknown class> hasChipIcon(    @DrawableRes() Integer resId,     Drawable drawable,     @ColorRes() Integer tintColorId,     Function1<Drawable, Bitmap> toBitmap)

Check if Chip has correct icon for ChipIconType.CHIP icon type.

Parameters

resId

Drawable resource to be matched (default is -1)

drawable

Drawable instance to be matched (default is null)

tintColorId

Tint color resource id (default is null)

toBitmap

Lambda with custom Drawable -> Bitmap converter (default is null)