EventsViewModel

class EventsViewModel(eventsDispatcher: EventsDispatcher<EventsViewModel.EventsListener>) : ViewModel

Types

EventsListener
Link copied to clipboard
common
interface EventsListener

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
onButtonPressed
Link copied to clipboard
common
fun onButtonPressed()
onCleared
Link copied to clipboard
common
open fun onCleared()
toString
Link copied to clipboard
common
open fun toString(): String

Properties

eventsDispatcher
Link copied to clipboard
common
val eventsDispatcher: EventsDispatcher<EventsViewModel.EventsListener>