Suggest App Bar Item White Case Model
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.
on Click Listener
The listener for close button click events.
button List Model
The model for the list of buttons to be displayed.