setTexts

fun setTexts(texts: Array<String>)

Sets the texts to be shuffled using a string array

Parameters

texts

The string array to use for the texts


fun setTexts(@ArrayRes texts: Int)

Sets the texts to be shuffled using a string array resource

Parameters

texts

The string array resource to use for the texts