setValue

open fun setValue(@Nullable() string: CharSequence)
open fun setValue(@StringRes() stringRes: Int)
open fun setValue(@StringRes() stringRes: Int, @Nullable() formatArgs: Array<Any>)
open fun setValue(@PluralsRes() pluralRes: Int, quantity: Int, @Nullable() formatArgs: Array<Any>)