vnorderui / com.venuenext.vnorderui.orders / AddToCartDelegate

AddToCartDelegate

interface AddToCartDelegate

AddToCartFragment VenueNext

Created on 3/8/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Functions

closeFragment

abstract fun closeFragment(): Unit

getIsPickerShowing

abstract fun getIsPickerShowing(): Boolean

notifyDataSetChanged

abstract fun notifyDataSetChanged(): Unit

onErrorAtPosition

abstract fun onErrorAtPosition(position: Int): Unit

updateIsPickerShowing

abstract fun updateIsPickerShowing(to: Boolean): Unit

Inheritors

AddToCartFragment

class AddToCartFragment : BottomSheetDialogFragment, OnClickListener, AddToCartDelegate