class RepeatAction : DataInsertRepeatAction
Inserts repeated random words.
scheme
- the settings to use for generating words
RepeatAction(scheme: WordScheme = WordSettings.default.currentScheme)
Inserts repeated random words. |
val name: String
The name of the action to display. |
open fun generateStrings(count: Int): List<String>
Generates a random datum and repeats it count times. |