setLabels

fun setLabels(@ArrayRes resId: Int)
fun setLabels(labels: List<String>)

Sets the labels to cycle through for the countdown. Calls to this method are ignored if the countdown timer is already running.

Equivalent to providing the app:countdownTimerViewLabels attribute in the layout xml file.