Init

data class Init(val startText: String, val keepText: String) : MainEvent

Sets the BPMState.startText and BPMState.keepText to their stringResource values.

This should only run once per recomposition.

Constructors

Link copied to clipboard
constructor(startText: String, keepText: String)

Properties

Link copied to clipboard
Link copied to clipboard