Constructors

Link copied to clipboard
constructor()

Properties

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Link copied to clipboard
The SDK implementer shall ensure that the border exists before this method is called.
Link copied to clipboard
open fun getBorderWidth(): Int
The border must exist before this method is called.
Link copied to clipboard
open fun getCornerRadius(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getTextFontSize(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun setBorderColor(@NonNull borderColor: String)
Link copied to clipboard
open fun setBorderWidth(borderWidth: Int)
Link copied to clipboard
open fun setCornerRadius(cornerRadius: Int)
Link copied to clipboard
open fun setHintTextColor(@NonNull hintTextColor: String)
Link copied to clipboard
open fun setTextColor(@NonNull textColor: String)
abstract fun setTextColor(@NonNull hexColorCode: String)
Link copied to clipboard
open fun setTextFontName(@NonNull textFontName: String)
abstract fun setTextFontName(@NonNull fontName: String)
Link copied to clipboard
open fun setTextFontSize(textFontSize: Int)
abstract fun setTextFontSize(fontSize: Int)
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)