class ExperienceMenuFragment : Fragment, OnClickListener, ExperienceMenuDelegate, ExperienceEventDateDelegate
<init> |
ExperienceMenuFragment() |
hideNotAvailable |
fun hideNotAvailable(): Unit |
isClickable |
fun isClickable(): Boolean |
onClick |
fun onClick(view: View?): Unit |
onCreateView |
fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? |
onEventSelected |
fun onEventSelected(event: Event?, position: Int): Unit |
onMenuItemTapped |
fun onMenuItemTapped(): Unit |
onResume |
fun onResume(): Unit |
onViewCreated |
fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |
showNotAvailable |
fun showNotAvailable(): Unit |