class AddToCartFragment : BottomSheetDialogFragment, OnClickListener, AddToCartDelegate
<init> |
AddToCartFragment() |
adapter |
var adapter: ModifiersAdapter? |
delegate |
var delegate: MenuDelegate? |
menuItemDelegate |
var menuItemDelegate: MenuItemDelegate? |
closeFragment |
fun closeFragment(): Unit |
getIsPickerShowing |
fun getIsPickerShowing(): Boolean |
getTheme |
fun getTheme(): Int |
notifyDataSetChanged |
fun notifyDataSetChanged(): Unit |
onClick |
fun onClick(view: View?): Unit |
onCreateDialog |
fun onCreateDialog(savedInstanceState: Bundle?): Dialog |
onCreateView |
fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? |
onDismiss |
fun onDismiss(dialog: DialogInterface): Unit |
onErrorAtPosition |
fun onErrorAtPosition(position: Int): Unit |
onViewCreated |
fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |
updateIsPickerShowing |
fun updateIsPickerShowing(to: Boolean): Unit |