ToolbarModel

data class ToolbarModel(var title: String = "", var showBack: Boolean = true, var showLogo: Boolean = false, var customBackButtonIcon: Drawable? = null, var customBackButtonIconUrl: Uri? = null, var actionCustomBackButton: () -> Unit? = null, var actionLogo: () -> Unit? = null, var isBackButtonSelected: Boolean = false, var showToolbar: Boolean = true, val buttons: MutableList<ZappBaseCustomToolbarActivity.ActionButton> = mutableListOf())

Constructors

Link copied to clipboard
constructor(title: String = "", showBack: Boolean = true, showLogo: Boolean = false, customBackButtonIcon: Drawable? = null, customBackButtonIconUrl: Uri? = null, actionCustomBackButton: () -> Unit? = null, actionLogo: () -> Unit? = null, isBackButtonSelected: Boolean = false, showToolbar: Boolean = true, buttons: MutableList<ZappBaseCustomToolbarActivity.ActionButton> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard
var actionLogo: () -> Unit?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard