StringAttributeData

open class StringAttributeData

Constructors

StringAttributeData
Link copied to clipboard
open fun StringAttributeData()
StringAttributeData
Link copied to clipboard
open fun StringAttributeData(@Nullable() defaultString: CharSequence)
StringAttributeData
Link copied to clipboard
open fun StringAttributeData(@StringRes() defaultStringRes: Int)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
setValue
Link copied to clipboard
open fun setValue(@StringRes() stringRes: Int)
open fun setValue(@Nullable() string: CharSequence)
open fun setValue(@StringRes() stringRes: Int, @Nullable() formatArgs: Array<Any>)
open fun setValue(@PluralsRes() pluralRes: Int, quantity: Int, @Nullable() formatArgs: Array<Any>)
toString
Link copied to clipboard
open fun toString(context: Context): CharSequence