Suggest App Bar Model
This model class extends AppBarModel and provides functionality to manage the data and behavior of a SuggestAppBarView or its subclass which designed to show a single suggestion or action page. This class provides functionality to set the title, define action buttons, and handle click events for both the close button and the action buttons.
Use the Builder class to construct instances of SuggestAppBarModel.
Parameters
The type of SuggestAppBarView this model is associated with.
The KClass of the SuggestAppBarView implementation.
The context used to access resources.
The title to be displayed in the app bar. Can be null.
The OnClickListener to be invoked when the close button is clicked. Can be null.
The ButtonListModel containing the list of buttons and their styles.