Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EventsInfoItemUiState(val eventsList: List<Event>? = emptyList(), val event: Event? = null)
Link copied to clipboard
class EventsListFragment : BaseFragment<ERROR CLASS: Symbol not found for FragmentEventsItemListBinding>
Link copied to clipboard
Link copied to clipboard
class PropertyListFragment : BaseFragment<ERROR CLASS: Symbol not found for FragmentPropertyItemListBinding> , SearchView.OnQueryTextListener, PropertyDownloadManager.Listener
Link copied to clipboard
class ViewModelFactory(coreApi: CoreApi, coroutineDispatcherProvider: CoroutineDispatcherProvider) : ViewModelProvider.Factory