epoxy-adapter / com.airbnb.epoxy / StringAttributeData

StringAttributeData

open class StringAttributeData

Constructors

<init>

StringAttributeData()
StringAttributeData(defaultString: CharSequence?)
StringAttributeData(defaultStringRes: Int)

Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

setValue

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

toString

open fun toString(context: Context!): CharSequence!