Package-level declarations

Functions

Link copied to clipboard
fun MainScreen(viewModel: EduskuntaViewModel, onMainClick: () -> Unit)

Main screen of the app.

Link copied to clipboard
fun MemberDetailScreen(personNumber: Int, viewModel: EduskuntaViewModel, onBack: () -> Unit)

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.