|
fun hideNotAvailable(): Unit |
|
fun hideViewCart(menuItemDelegate: MenuItemDelegate): Unit |
|
fun isClickable(): Boolean |
|
fun onClick(view: View?): Unit |
|
fun onCreate(savedInstanceState: Bundle?): Unit |
|
fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? |
|
fun onPause(): Unit |
|
fun onResume(): Unit |
|
fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |
|
fun renderViewCart(cart: Cart): Unit |
|
fun shouldCheckSeat(seat: Seat?): Unit |
|
fun showNotAvailable(): Unit |
|
fun showViewCart(): Unit |
|
Passes back the Seat object created from the Seat Picker.
fun storeCapturedSeatMetadata(seat: Seat): Unit |
|
fun storeTappedMenuItemPosition(pos: Int): Unit |
|
fun updateAddToCartDelegate(delegate: AddToCartDelegate?): Unit |
|
fun updateCurrentSection(sectionIndex: Int): Unit |