Package-level declarations

Types

Link copied to clipboard
data class Building(val buildingName: String = "", val buildingAddress: String = "", val buildingImageUrl: String?, val buildingId: Int? = null, val buildingPlaceholderImageUrl: Int = R.drawable.no_image_placeholder, val mapDownloadStatus: DownloadStatus? = null)
Link copied to clipboard
data class BuildingListUiState(val buildings: List<Building>?)
Link copied to clipboard
class BuildingRequest(val coreApi: CoreApi, val propertyId: Int)
Link copied to clipboard
data class CategoriesListUiState(var categories: List<Category>?)
Link copied to clipboard
class EventRequest(val coreApi: CoreApi, val propertyId: Int, val feedsHelper: FeedsHelper)
Link copied to clipboard
data class EventsItemUiState(val events: List<Event>?)
Link copied to clipboard
data class MenuTemplate(val index: Int, val iconResId: Int, val menuTitle: String, val invokeFragmentName: String, val menuType: MenuUtil.MenuType? = null, val isFallBackItem: Boolean = false)
Link copied to clipboard
data class PropertyInfoUiState(val propertyInfo: PropertyInfo?)