setEmptyIcon

open fun setEmptyIcon(@DrawableRes resId: Int): ChatNotificationChannelFragment.Builder

Sets the icon when the data is not exists.

Return

This Builder object to allow for chaining of calls to set methods. since 3.14.0

Parameters

resId

the resource identifier of the drawable.


Sets the icon when the data is not exists.

Return

This Builder object to allow for chaining of calls to set methods. since 3.14.0

Parameters

resId

the resource identifier of the drawable.

tint

Color state list to use for tinting this resource, or null to clear the tint.