epoxy-adapter / com.airbnb.epoxy / StringAttributeData / setValue

setValue

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