Package-level declarations
Functions
Link copied to clipboard
Main screen of the app.
Link copied to clipboard
Screen for displaying the detail of a member.
Link copied to clipboard
fun MemberListScreen(party: String, onMemberClick: (Int) -> Unit, onBack: () -> Unit, viewModel: EduskuntaViewModel, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier)
Screen for displaying the list of members for a given party.
Link copied to clipboard
fun PartyListScreen(onPartyClick: (String) -> Unit, onBack: () -> Unit, viewModel: EduskuntaViewModel)
Screen for displaying the list of parties.