SuggestAppBarItemWhiteCaseModel

constructor(kclazz: KClass<T>, context: Context, title: String?, onClickListener: AppBarModel.OnClickListener?, buttonListModel: ButtonListModel)

Parameters

T

The type of the view that this model will be associated with. Must extend SuggestAppBarItemWhiteCaseView.

kclazz

The KClass of the view.

context

The context used to access resources.

title

The title to be displayed in the app bar item.

onClickListener

The listener for close button click events.

buttonListModel

The model for the list of buttons to be displayed.